Skip to content

Commit

Permalink
passing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
declanmcnamara committed Feb 3, 2025
1 parent a29a8cf commit 4a3dcc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bliss/surveys/dc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def prepare_data(self): # noqa: WPS324
)
else:
for i in range(n_image):
self.generate_cached_data(i)
self.generate_cached_data((i, self._tract_patches[i]))

return None

Expand Down

0 comments on commit 4a3dcc7

Please sign in to comment.