Skip to content

Commit

Permalink
add autobackground test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed May 26, 2024
1 parent b3ecaa4 commit bac0c60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/sherpa/runall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

echo 1.680000e+20 > swift/interval0pc.pi.nh

coverage run -p test_auto_background.py || exit 7

coverage run -p example_simplest.py || exit 1
coverage run -p example_pcabackground.py || exit 2
coverage run -p example_automatic_background_model.py || exit 3
Expand Down

0 comments on commit bac0c60

Please sign in to comment.