-
Notifications
You must be signed in to change notification settings - Fork 77
TableCollection force_offset_64 #1602
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
Codecov Report
@@ Coverage Diff @@
## main #1602 +/- ##
==========================================
- Coverage 93.67% 93.67% -0.01%
==========================================
Files 27 27
Lines 23287 23278 -9
Branches 1084 1084
==========================================
- Hits 21815 21806 -9
Misses 1438 1438
Partials 34 34
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
1fc8af1
to
851b75a
Compare
851b75a
to
c7346ab
Compare
This should be ready to go @benjeffery. The last commit is a bit of a drive-by, but I spotted a case where we were rerunning a bunch of tests for no benefit, and it was an easy fix. |
c7346ab
to
c855b64
Compare
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.
Excellent, we're almost there with 64bit offsets!
assert tc1.equals(tc2) | ||
|
||
def test_asdict_bad_args(self): | ||
ts = msprime.simulate(10, random_seed=1242) |
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.
You could use simple_degree1_ts_fixture
here, but I don't feel strongly about it.
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.
I was following the conventions in the rest of the class, so I don't think it's worth changing to a fixture here.
I've also run |
Closes #1598