Skip to content

Commit faa2773

Browse files
committed
rm unnecessary files
1 parent c414248 commit faa2773

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+2
-4
lines changed

pina/label_tensor.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,10 +448,9 @@ def __getitem__(self, index):
448448

449449
# Retrieve selected tensor and labels
450450
selected_tensor = super().__getitem__(index)
451-
if hasattr(self, "_labels"):
452-
original_labels=self._labels
453-
else:
451+
if not hasattr(self, "_labels"):
454452
return selected_tensor
453+
455454
original_labels = self._labels
456455
updated_labels = copy(original_labels)
457456

pina/model/block/convolution_2d.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ def transpose_overlap(self, integrals, X):
488488

489489
# initialize grid
490490
X = self._grid_transpose.clone().detach()
491-
492491
conv_transposed = self._grid_transpose.clone().detach()
493492

494493
# list to iterate for calculating nn output
-7.48 MB
Binary file not shown.
-1.57 MB
Binary file not shown.
-9.77 KB
Binary file not shown.
-4.44 KB
Binary file not shown.
-44.9 MB
Binary file not shown.
-9.45 MB
Binary file not shown.
-58.6 KB
Binary file not shown.
-28.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)