Skip to content

Commit

Permalink
Fix a bad rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mcara committed Jan 21, 2025
1 parent c06bdec commit cc53ecc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions romancal/resample/tests/test_resample.py
Original file line number Diff line number Diff line change
Expand Up @@ -1039,11 +1039,7 @@ def test_populate_mosaic_basic_different_observations(
rotation=0,
shape=None,
crpix=(0, 0),
<<<<<<< HEAD
crval=(30, 45),
=======
crval=(10, 0),
>>>>>>> 001c238 (Adjust crval in resample tests to get overlap with input)
)
output_model = maker_utils.mk_datamodel(
datamodels.MosaicModel, shape=tuple(output_wcs.array_shape)
Expand Down

0 comments on commit cc53ecc

Please sign in to comment.