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
A value in x_new is above the interpolation range.
I've encountered the following bug twice in monkeypox CI running in Github Actions:
ERROR: Was unable to refine time trees: augur refine is using TreeTime version 0.9.2 A value in x_new is above the interpolation range.
This error seems to be somewhat stochastic, i.e. if I rerun, it will often run successfully after bug.
This seems to be related to the upgrade of tree time from 0.8.6 to 0.9.2 @anna-parker @rneher
See here for log: https://github.com/nextstrain/monkeypox/runs/7955938588?check_suite_focus=true#step:6:177
Not sure how to reproduce - maybe run the monkeypox CI a few times locally until you get the error?
The text was updated successfully, but these errors were encountered:
--verbosity
Hah, we hit the error again and now we have the builds files from CI @anna-parker https://github.com/nextstrain/monkeypox/runs/8060259099?check_suite_focus=true#step:6:178
It ran in this Docker container: Digest: sha256:2c6b71c463de7fe7a0277f24471b46515c0106d6ffbf28e4381ba5a829671dd9
Digest: sha256:2c6b71c463de7fe7a0277f24471b46515c0106d6ffbf28e4381ba5a829671dd9
With this command: augur refine --tree results/hmpxv1/tree_raw.nwk --alignment results/hmpxv1/masked.fasta --metadata results/hmpxv1/metadata.tsv --output-tree results/hmpxv1/tree.nwk --timetree --root MK783032 MK783030 --precision 3 --keep-polytomies --output-node-data results/hmpxv1/branch_lengths.json --coalescent opt --date-inference marginal --date-confidence --clock-filter-iqd 0
augur refine --tree results/hmpxv1/tree_raw.nwk --alignment results/hmpxv1/masked.fasta --metadata results/hmpxv1/metadata.tsv --output-tree results/hmpxv1/tree.nwk --timetree --root MK783032 MK783030 --precision 3 --keep-polytomies --output-node-data results/hmpxv1/branch_lengths.json --coalescent opt --date-inference marginal --date-confidence --clock-filter-iqd 0
These are the build files results.zip
Sorry, something went wrong.
This time it really seems reproducible - happened again on rerun. https://github.com/nextstrain/monkeypox/runs/8060259099?check_suite_focus=true#step:6:178
rneher
anna-parker
Successfully merging a pull request may close this issue.
I've encountered the following bug twice in monkeypox CI running in Github Actions:
This error seems to be somewhat stochastic, i.e. if I rerun, it will often run successfully after bug.
This seems to be related to the upgrade of tree time from 0.8.6 to 0.9.2 @anna-parker @rneher
See here for log: https://github.com/nextstrain/monkeypox/runs/7955938588?check_suite_focus=true#step:6:177
Not sure how to reproduce - maybe run the monkeypox CI a few times locally until you get the error?
The text was updated successfully, but these errors were encountered: