-
Notifications
You must be signed in to change notification settings - Fork 14
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
Always read alleles as strings (not bytes) #928
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #928 +/- ##
=======================================
Coverage 87.04% 87.04%
=======================================
Files 5 5
Lines 1767 1767
Branches 310 310
=======================================
Hits 1538 1538
Misses 140 140
Partials 89 89
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
So this doesn't help with #927 then? |
No, #927 is independent of this PR, it's just that I noticed the problem when trying to write the unit tests. |
I think you'd be better off doing a quick msprime->Zarr wrapper here until |
90ff0bc
to
f60255c
Compare
Fab. Thanks Jerome. PR updated with this code. This is now for review (the actual change to formats.py is trivial: it's the test that takes most of the code) |
@Mergifyio rebase |
❌ Base branch update has failed
|
@Mergifyio rebase |
✅ Branch has been successfully rebased |
f60255c
to
e8c51ea
Compare
@Mergifyio rebase |
✅ Branch has been successfully rebased |
e8c51ea
to
ac8eae9
Compare
Fixes #810. Waiting to activate test until I understand what's wrong in #927