Skip to content

Commit 2a34297

Browse files
committed
make check for a nonradical ideal not in shape position requiring two runs of FGLM to verify the parametrizations
1 parent a58cd0a commit 2a34297

7 files changed

Lines changed: 44 additions & 2 deletions

File tree

Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ check_PROGRAMS = neogb_io \
1616
checkdiff = test/diff/diff_bug-2nd-prime-bad.sh \
1717
test/diff/diff_bug-68.sh \
1818
test/diff/diff_bug-empty-tracer.sh \
19-
test/diff/diff_choice-linear-form-qq.sh \
2019
test/diff/diff_cp-d3-n4-p2.sh \
2120
test/diff/diff_cyclic5-16.sh \
2221
test/diff/diff_cyclic5-31.sh \
@@ -67,7 +66,8 @@ checkdiff = test/diff/diff_bug-2nd-prime-bad.sh \
6766
test/diff/diff_reals-dim0.sh \
6867
test/diff/diff_reals-dim0-swapvar.sh \
6968
test/diff/diff_test-lifting2.sh \
70-
test/diff/diff_xy-qq.sh
69+
test/diff/diff_xy-qq.sh \
70+
test/diff/diff_x2y2-qq.sh
7171

7272
# dist_check_DATA = test/input_files
7373
neogb_io_SOURCES = test/neogb/io/validate_input_data.c

configure.ac

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,5 +299,10 @@ AC_CONFIG_LINKS([
299299
input_files/xy-qq.ms:input_files/xy-qq.ms
300300
output_files/xy-qq.P2.d0.res:output_files/xy-qq.P2.d0.res
301301
test/diff/diff_xy-qq.sh:test/diff/diff_xy-qq.sh
302+
input_files/x2y2-qq.ms:input_files/x2y2-qq.ms
303+
output_files/x2y2-qq.P2.d0.res:output_files/x2y2-qq.P2.d0.res
304+
output_files/x2y2-qq.p128.res:output_files/x2y2-qq.p128.res
305+
output_files/x2y2-qq.p1024.res:output_files/x2y2-qq.p1024.res
306+
test/diff/diff_x2y2-qq.sh:test/diff/diff_x2y2-qq.sh
302307
])
303308
AC_OUTPUT

input_files/x2y2-qq.ms

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
x,y
2+
0
3+
x^2,
4+
y^2

output_files/x2y2-qq.P2.d0.res

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[0, [0,
2+
3,
3+
4,
4+
['x', 'y', 'A'],
5+
[1,2,1],
6+
[1,
7+
[[1, [0, 1]],
8+
[0, [1]],
9+
[
10+
[[0, [0]],
11+
1],
12+
[[0, [0]],
13+
1]
14+
]]]]]:

output_files/x2y2-qq.p1024.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[0, [1,
2+
[[[0, 0], [0, 0]]]
3+
]]:

output_files/x2y2-qq.p128.res

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[0, [1,
2+
[[[0, 0], [0, 0]]]
3+
]]:

test/diff/diff_x2y2-qq.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/usr/bin/env bash
2+
3+
file=x2y2-qq
4+
5+
source test/diff/diff_source.sh
6+
7+
source test/diff/diff_source-param-nonf.sh
8+
9+
source test/diff/diff_source-param-nonf-qq.sh
10+
11+
source test/diff/diff_source-real.sh
12+
13+
normal_exit

0 commit comments

Comments
 (0)