-
Notifications
You must be signed in to change notification settings - Fork 93
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
update validation.py after demography API changes #786
Comments
@silastittes do you have time to look at this? I think someone just needs to check if |
I'm running it (after that fix). Could you post its output here? (i.e., the |
Yes, but output is on talapas which is down for maintenance. Made a reminder in my calendar to post! |
Here's the output on my end. |
Is that before or after the correction I made here? |
(I was running these on my laptop but didn't realize how long it would take; I killed it after like half a day.) |
This is before. I assumed the goal was comparing before and after? |
I think what we should be doing is checking that validation still looks good after this PR - so, it should be 'after'? If it doesn't look good, probably that would be due to some other change somewhere else, rather than this PR, but this is still the place to validate. |
Well, actually - those plots look reasonable; the only deviations I see is that there are fewer edges and nodes in rescaled SLiM simulations than msprime, which is I think not unexpected (due to the rescaling). I didn't even see the effect of the error which I fixed, but again that seems believable. I'll merge that. Thanks! |
#764 made changes to the
DemographicModel
class, which very likely breaks thevalidation.py
script.The text was updated successfully, but these errors were encountered: