From 32175cfb11b142df3a1e8afe31981868114de557 Mon Sep 17 00:00:00 2001 From: Bryson Cale Date: Wed, 8 Jan 2025 16:39:32 -0800 Subject: [PATCH] Updating GH action --- .github/workflows/python-package.yml | 2 +- .../tests/test_dq_init.py => tests/dev_test_dq_init.py} | 0 liger_iris_pipeline/tests/test_dark_subarray.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename liger_iris_pipeline/{dq_init/tests/test_dq_init.py => tests/dev_test_dq_init.py} (100%) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 9e87206..04511dd 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -38,7 +38,7 @@ jobs: run: | pip install .[test] source setup_local_crds.sh - pytest + pytest liger_iris_pipeline/tests/test_*.py --ignore liger_iris_pipeline/tests/test_utils.py # - name: Build docs # if: ${{ matrix.python-version==3.12 }} # run: | diff --git a/liger_iris_pipeline/dq_init/tests/test_dq_init.py b/liger_iris_pipeline/tests/dev_test_dq_init.py similarity index 100% rename from liger_iris_pipeline/dq_init/tests/test_dq_init.py rename to liger_iris_pipeline/tests/dev_test_dq_init.py diff --git a/liger_iris_pipeline/tests/test_dark_subarray.py b/liger_iris_pipeline/tests/test_dark_subarray.py index c9577e4..54e6ee7 100644 --- a/liger_iris_pipeline/tests/test_dark_subarray.py +++ b/liger_iris_pipeline/tests/test_dark_subarray.py @@ -7,7 +7,7 @@ def create_subarray_model(name, xstart, ystart, xsize, ysize): # Download the science frame and open - sci_L1_filename = "liger_iris_pipeline/tests/data/2024A-P123-044_IRIS_IMG1_SCI-J1458+1013-SIM-Y_LVL1_0001-00.fits" + sci_L1_filename = "liger_iris_pipeline/tests/data/2024B-P123-008_IRIS_IMG1_SCI-J1458+1013-Y-4.0_LVL1_0001-00.fits" input_model = liger_iris_pipeline.ImagerModel(sci_L1_filename) # Setup the subarray params