Skip to content

Commit

Permalink
Adjusted mosaic model return type
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed Sep 3, 2024
1 parent c38045f commit 81028a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions romanisim/l3.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,5 @@ def make_l3(image, metadata, efftimes, rng=None, seed=None, var_poisson=None,
else:
mosaic_node.context = context

Check warning on line 597 in romanisim/l3.py

View check run for this annotation

Codecov / codecov/patch

romanisim/l3.py#L597

Added line #L597 was not covered by tests

# Set mosaic to be a mosaic model
wfi_mosaic = rdm.MosaicModel(mosaic_node)

return wfi_mosaic
# Return mosaic
return mosaic_node

0 comments on commit 81028a8

Please sign in to comment.