-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #100 from jerebertho/fix_bug_change_var_nonradical
Fix bug change var nonradical
- Loading branch information
Showing
10 changed files
with
193 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
x,y,z | ||
1073741827 | ||
5184*x^2+5328*x*y-3312*x*z+1369*y^2-1702*y*z+529*z^2+12528*x+6438*y-4002*z+7569, | ||
1936*x^2+2552*x*y+8624*x*z+841*y^2+5684*y*z+9604*z^2-2024*x-1334*y-4508*z+529, | ||
100*x^2-1220*x*y-160*x*z+3721*y^2+976*y*z+64*z^2-580*x+3538*y+464*z+841 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
x,y,z | ||
0 | ||
5184*x^2+5328*x*y-3312*x*z+1369*y^2-1702*y*z+529*z^2+12528*x+6438*y-4002*z+7569, | ||
1936*x^2+2552*x*y+8624*x*z+841*y^2+5684*y*z+9604*z^2-2024*x-1334*y-4508*z+529, | ||
100*x^2-1220*x*y-160*x*z+3721*y^2+976*y*z+64*z^2-580*x+3538*y+464*z+841 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[0, [1, | ||
[[[-3 / 2^2, -5 / 2^3], [-3 / 2^2, -5 / 2^3], [5 / 2^3, 3 / 2^2]]] | ||
]]: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[0, [0, | ||
4, | ||
8, | ||
['x', 'y', 'z', 'A'], | ||
[30/256,-17/256,-5/256,-13/256], | ||
[1, | ||
[[1, [2957511, 3454087]], | ||
[0, [3454087]], | ||
[ | ||
[[0, [2186132]], | ||
1], | ||
[[0, [2325791]], | ||
1], | ||
[[0, [-2480426]], | ||
1] | ||
]]]]]: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
#!/bin/bash | ||
|
||
file=nonradical_radicalshape-no-square-31 | ||
|
||
# source test/diff/diff_source.sh | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 2 -t 1 -c 0 | ||
if [ $? -gt 0 ]; then | ||
exit 3 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.c0.res | ||
if [ $? -gt 0 ]; then | ||
exit 4 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 2 -t 2 -c 0 | ||
if [ $? -gt 0 ]; then | ||
exit 23 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.c0.res | ||
if [ $? -gt 0 ]; then | ||
exit 24 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 44 -t 1 -c 0 | ||
if [ $? -gt 0 ]; then | ||
exit 43 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.c0.res | ||
if [ $? -gt 0 ]; then | ||
exit 44 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 44 -t 2 -c 0 | ||
if [ $? -gt 0 ]; then | ||
exit 63 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.c0.res | ||
if [ $? -gt 0 ]; then | ||
exit 64 | ||
fi | ||
|
||
rm test/diff/$file.res |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
#!/bin/bash | ||
|
||
file=nonradical_radicalshape-no-square-qq | ||
|
||
# source test/diff/diff_source.sh | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-p 3 -l 2 -t 1 | ||
if [ $? -gt 0 ]; then | ||
exit 3 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.p3.res | ||
if [ $? -gt 0 ]; then | ||
exit 4 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 2 -t 1 -c 0 | ||
if [ $? -ne 1 ]; then | ||
exit 5 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-p 3 -l 2 -t 2 | ||
if [ $? -gt 0 ]; then | ||
exit 23 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.p3.res | ||
if [ $? -gt 0 ]; then | ||
exit 24 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 2 -t 2 -c 0 | ||
if [ $? -ne 1 ]; then | ||
exit 25 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-p 3 -l 44 -t 1 | ||
if [ $? -gt 0 ]; then | ||
exit 43 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.p3.res | ||
if [ $? -gt 0 ]; then | ||
exit 44 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 44 -t 1 -c 0 | ||
if [ $? -ne 1 ]; then | ||
exit 45 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-p 3 -l 44 -t 2 | ||
if [ $? -gt 0 ]; then | ||
exit 63 | ||
fi | ||
|
||
diff test/diff/$file.res output_files/$file.p3.res | ||
if [ $? -gt 0 ]; then | ||
exit 64 | ||
fi | ||
|
||
$(pwd)/msolve -f input_files/$file.ms -o test/diff/$file.res \ | ||
-P 2 -l 44 -t 2 -c 0 | ||
if [ $? -ne 1 ]; then | ||
exit 65 | ||
fi | ||
|
||
rm test/diff/$file.res |