From 056794b5ca125da84c5f77dfab65ff112649e799 Mon Sep 17 00:00:00 2001 From: Cecile Ane Date: Tue, 20 Jun 2023 09:40:13 -0500 Subject: [PATCH] test update to julia v1.9 --- test/test_onepopulation.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_onepopulation.jl b/test/test_onepopulation.jl index 929946b..6d62810 100644 --- a/test/test_onepopulation.jl +++ b/test/test_onepopulation.jl @@ -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