Skip to content

Commit ccc3742

Browse files
committed
mqs -> oms
1 parent e1cf8ef commit ccc3742

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/raw_generators.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ import Groebner
3838

3939
# Part 1: mod p and specialized
4040
p = Nemo.Native.GF(2^62 + 135)
41-
StructuralIdentifiability.ParamPunPam.reduce_mod_p!(rff.mqs, p)
41+
StructuralIdentifiability.ParamPunPam.reduce_mod_p!(rff.oms, p)
4242
point = rand(
4343
p,
44-
length(Nemo.gens(StructuralIdentifiability.ParamPunPam.parent_params(rff.mqs))),
44+
length(Nemo.gens(StructuralIdentifiability.ParamPunPam.parent_params(rff.oms))),
4545
)
46-
eqs = StructuralIdentifiability.ParamPunPam.specialize_mod_p(rff.mqs, point)
46+
eqs = StructuralIdentifiability.ParamPunPam.specialize_mod_p(rff.oms, point)
4747
gb = Groebner.groebner(eqs, ordering = Groebner.DegRevLex())
4848
# GB is linear
4949
@test length(gb) == length(gens(parent(eqs[1])))
@@ -53,7 +53,7 @@ import Groebner
5353
@test abs(length(str) - expected) / expected * 100 < 5
5454

5555
# Part 2: over Q
56-
eqs = fractionfree_generators_raw(rff.mqs)[1]
56+
eqs = fractionfree_generators_raw(rff.oms)[1]
5757
expected = 14652203
5858
str = join(map(string, eqs), ",")
5959
@info "" length(str)

0 commit comments

Comments
 (0)