Skip to content

Commit

Permalink
Ignore scipy warnings
Browse files Browse the repository at this point in the history
Ignores spurious scipy warnings that cause CI to fail. See PR 1120 [1]
for a long-term solution to this issue. This short-term solution allows
us to run CI on new code and ensure tests pass.

[1] #1120
  • Loading branch information
huddlej committed Jan 9, 2023
1 parent 6a3d7c0 commit 3d734ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/builds/zika.t
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Build a time tree from the existing tree topology, the multiple sequence alignme
> --date-confidence \
> --date-inference marginal \
> --clock-filter-iqd 4 \
> --seed 314159 > /dev/null
> --seed 314159 &> /dev/null

Confirm that TreeTime trees match expected topology and branch lengths.

Expand Down
2 changes: 1 addition & 1 deletion tests/functional/refine.t
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Build a time tree with mutations as the reported divergence unit.
> --date-inference marginal \
> --clock-filter-iqd 4 \
> --seed 314159 \
> --divergence-units mutations > /dev/null
> --divergence-units mutations &> /dev/null

Confirm that TreeTime trees match expected topology and branch lengths.

Expand Down

0 comments on commit 3d734ea

Please sign in to comment.