SNEWS2 / snewpy

A Python package for working with supernova neutrinos
https://snewpy.readthedocs.io
BSD 3-Clause "New" or "Revised" License
26 stars 19 forks source link

Fix integration test #226

Closed sgriswol closed 1 year ago

sgriswol commented 1 year ago

Fixes failing integration test, the result of a call between @JostMigenda and myself. The error was related to handling of absolute paths to model files.

github-actions[bot] commented 1 year ago

Result of Benchmark Tests

Benchmark Min Max Mean
python/snewpy/test/test_05_snowglobes.py::test_simulation_chain_benchmark 4.63 4.84 4.77 +- 0.08
JostMigenda commented 1 year ago

This is the second time in a few weeks that the integration tests broke on the main branch, because they don’t run automatically on PRs. I’ll make a separate PR soon to hopefully avoid that in the future.