Skip to content

Commit

Permalink
test update to julia v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
cecileane committed Jun 20, 2023
1 parent ce4dec4 commit 056794b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_onepopulation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ f1 = [e1,e2]
@test length(f1) == 1
net = PCS.convert2tree!(f1[1].node[1])
testgenetree = (VERSION < v"1.6" ? "(s1:0.5,s2:0.5);" : # for julia v1.5
( v"1.7" <= VERSION < v"1.9-" ? "(s2:0.9,s1:0.9);" : # for julia v1.7 or v1.8
( v"1.7" <= VERSION < v"1.10-" ? "(s2:0.9,s1:0.9);" : # for julia v1.7-v1.9
"random genetree depends on RNG")) # for later
@test PN.writeTopology(net, round=true, digits=1) == testgenetree

Expand Down

0 comments on commit 056794b

Please sign in to comment.