- Notifications
You must be signed in to change notification settings - Fork 36
Tree sequence #4
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
Conversation
core/slim_sim.cpp Outdated
| | ||
| simplifier_free(&simplifier); | ||
| | ||
| FSIDAS = (int)((CurrentTreeSequenceIndividual->PedigreeID()) * 2) + 2; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checking I understand: This implies that CurrentTreeSequenceIndividual is going to be the next individual born, no? It hasn't already been born? That doesn't sound "Current"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the +2 implies that it will be the next one generated. (CurrentTreeSequenceIndividual->PedigreeID() * 2) +1 should have been the last genome generated before the SimplifyTables() gets called.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, gotcha.
3bfd25c to 0ffc8d4 Compare 5c3d9c7 to 844a600 Compare 509afed to 43b09b4 Compare Merge branch 'treeSequence' of https://github.com/jgallowa07/SLiM into treeSequence
Merge branch 'treeSequence' of https://github.com/jgallowa07/SLiM into treeSequence
Merge branch 'treeSequence' of https://github.com/jgallowa07/SLiM into treeSequence
| 🎆 <- that's "fireworks" |
Still under construction. just wanted to post this for discussion sake