From a9a7a054bf7184d686b59c56c7fc578f09253dfb Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Thu, 19 Dec 2024 15:08:08 -0500 Subject: [PATCH] Adjust crval in resample tests to get overlap with input --- romancal/resample/tests/test_resample.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/romancal/resample/tests/test_resample.py b/romancal/resample/tests/test_resample.py index ec8a27b69..e61e58b40 100644 --- a/romancal/resample/tests/test_resample.py +++ b/romancal/resample/tests/test_resample.py @@ -715,7 +715,7 @@ def test_populate_mosaic_basic_single_exposure(exposure_1): rotation=0, shape=None, crpix=(0, 0), - crval=(0, 0), + crval=(10, 0), ) output_model = maker_utils.mk_datamodel( @@ -1014,7 +1014,7 @@ def test_populate_mosaic_basic_different_observations( rotation=0, shape=None, crpix=(0, 0), - crval=(0, 0), + crval=(10, 0), ) output_model = maker_utils.mk_datamodel( datamodels.MosaicModel, shape=tuple(output_wcs.array_shape)