Skip to content

Commit 93b1beb

Browse files
committed
Remove print statements from lensing_encoder
1 parent 134aaf8 commit 93b1beb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

case_studies/weak_lensing/lensing_encoder.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@ def _compute_loss(self, batch, logging_name):
7777
batch_size, _, _, _ = batch["images"].shape[0:4]
7878

7979
target_cat = BaseTileCatalog(batch["tile_catalog"])
80-
print("shear", target_cat["shear"].shape)
81-
print("convergence", target_cat["convergence"].shape)
82-
print("ellipticity", target_cat["ellip_lensed"].shape)
83-
print("shear nans: ", torch.isnan(target_cat["shear"]).any())
8480

8581
# multiple image normalizers
8682
input_lst = [inorm.get_input_tensor(batch) for inorm in self.image_normalizers]

0 commit comments

Comments
 (0)