Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
declanmcnamara committed Feb 3, 2025
1 parent 4fe4acf commit 02b9212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion case_studies/redshift/redshift_from_img/encoder/encoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def __init__(
):
super().__init__(*args, **kwargs)
self.discrete_metrics = discrete_metrics

def update_metrics(self, batch, batch_idx):
target_cat = TileCatalog(batch["tile_catalog"]).get_brightest_sources_per_tile()

Expand Down

0 comments on commit 02b9212

Please sign in to comment.