Skip to content

Commit

Permalink
Updating GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
astrobc1 committed Jan 9, 2025
1 parent c703a9d commit 32175cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion liger_iris_pipeline/tests/test_dark_subarray.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32175cf

Please sign in to comment.