Skip to content

Commit 466550e

Browse files
remove testing artifact
1 parent 362db82 commit 466550e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

experimental/AlgebraicStatistics/test/PhylogeneticModels.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,14 +150,11 @@
150150

151151
phi = parametrization(model)
152152
MR, mr_gens = model_ring(model)
153-
π1*m11[1]*m11[3]*m12[2] + π2*m21[1]*m21[3]*m22[2] + π3*m31[1]*m31[3]*m32[2] + π4*m41[1]*m41[3
154-
]*m42[2]
155153

156154
@test phi(mr_gens[1, 2, 1]) == ( rv[1] * pv[:m11, 4, 1] * pv[:m11, 4, 3] * pv[:m12, 4, 2]
157155
+ rv[2] * pv[:m21, 4, 1] * pv[:m21, 4, 3] * pv[:m22, 4, 2]
158156
+ rv[3] * pv[:m31, 4, 1] * pv[:m31, 4, 3] * pv[:m32, 4, 2]
159157
+ rv[4] * pv[:m41, 4, 1] * pv[:m41, 4, 3] * pv[:m42, 4, 2] )
160-
161158
end
162159

163160
# Test parametrizations for a specific tree and model

0 commit comments

Comments
 (0)