Skip to content

Commit

Permalink
Forcing plotting in test to be false, remove max number of runners fr…
Browse files Browse the repository at this point in the history
…om ci
  • Loading branch information
mfixstsci committed Jul 16, 2024
1 parent ad4a0d9 commit 9b3df80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
name: Python - ${{ matrix.python-version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 5
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.10", "3.11", "3.12"]
Expand Down
9 changes: 8 additions & 1 deletion jwst_backgrounds/tests/test_jwst_bkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,14 @@ def test_get_background(thisday):
Although we aren't testing intermediate or outputs of get_background
it does check to make sure it will run to completion.
"""
get_background(261.6833333, -73.33222222, wavelength=2.15, thisday=thisday)
get_background(
261.6833333,
-73.33222222,
wavelength=2.15,
thisday=thisday,
plot_background=False,
plot_bathtub=False,
)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 9b3df80

Please sign in to comment.