Skip to content

Commit 8de59c5

Browse files
committed
adds tests for new RationalParametrization data structure
1 parent 42a140b commit 8de59c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/algorithms/solvers.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
param = rational_parametrization(I)
2929

30+
@test param.vars == [:x1, :x2, :x3, :x4]
31+
@test param.lf_cfs == fmpz[]
3032
@test param.elim == elim
3133
@test param.denom == denom
3234
@test param.param[1] == p1

0 commit comments

Comments
 (0)