-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests fail with stdpopsim 0.2.0 #2233
Comments
The tests that are failing are tests that are marked as temporary: |
Yeah, let's bump the dependencey and nuke those tests. What do the notes in the _ooa_model code say? |
Hmm, can't find the notes. |
Definitely delete then |
Aha found it: thought the notes were in the stdpopsim code but they are in the msprime code instead: " |
Hmm, this is annoying. The code has changed slightly in stdpopsim, so the tests of the demographic models don't quite line up any more. It will take a bit of fiddling to get these working again... |
Temporary workaround for release would be to pin stdpopsim back to previous version, and register an issue to track updating the tests. |
Looks like all other dep updates are good, but stdpopsim is failing:
AttributeError: 'DemographicModel' object has no attribute 'population_configurations'
The text was updated successfully, but these errors were encountered: