Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: CI failures with updated BNG/NFsim
Two CI failures have crept in with updates to BNG and NFsim. This first is an error simulating a hybrid particle-population model in our test suite. This looks like a bug in NFsim 1.14.1, which generates a segfault on the model which worked in 1.12.1. I've opened an issue with NFsim for this here: RuleWorld/nfsim#37 In the meantime, I've pinned the test suite GitHub Actions CI to NFsim 1.12.1. The other is a test failure in a BNG model import, which looks like it's just a consequence of the rule order parsing changing between BNG versions. I've updated the test to test for the presence of either of the two expected error messages, both regarding rate laws.
- Loading branch information