Skip to content

Commit deeeda6

Browse files
committed
check_examples: skip holonomic
1 parent 213f329 commit deeeda6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dev/check_examples.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,9 @@ then
169169
elif test "$1" = "hilbert_matrix_ca";
170170
then
171171
echo "hilbert_matrix_ca....SKIPPED"
172+
elif test "$1" = "holonomic";
173+
then
174+
echo "holonomic....SKIPPED"
172175
elif test "$1" = "huge_expr";
173176
then
174177
echo "huge_expr....SKIPPED"

0 commit comments

Comments
 (0)