We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ValueError: 20000 -26530.2455 -4879.6930 -21650.5525 641.512 4.39965E-4 9.83616E-4 9.00000 1 hours/million states
The text was updated successfully, but these errors were encountered:
Issue is with the regex Regex is looking for one more more digit followed by period followed by one or more digit(aka, floating point number)
https://github.com/VDBWRAIR/bio_pieces/blob/master/bio_pieces/beast_wrapper.py#L16
Sorry, something went wrong.
I think this got fixed?
Doesn't look like it https://github.com/VDBWRAIR/bio_bits/blob/dev/bio_bits/beast_wrapper.py#L16
That regex should be p = '^(\d+).*?((\d+(\.\d+)*)\shours/[mb]illion\sstates)$'
p = '^(\d+).*?((\d+(\.\d+)*)\shours/[mb]illion\sstates)$'
8976ba4
Changing this caused test failure so I reverted it until I get conda set up:
https://travis-ci.org/VDBWRAIR/bio_bits/jobs/122293141#L1357-L1400
necrolyte2
No branches or pull requests
The text was updated successfully, but these errors were encountered: