Temporarily remove Octave concatenation test broken in octave-7.2.0
This commit is contained in:
parent
db432300a9
commit
0a0743f25c
1 changed files with 4 additions and 3 deletions
|
|
@ -46,6 +46,7 @@ if swig_octave_prereq(3,8,0)
|
||||||
printf("exp(a) = %s\n", disp(exp(a)));
|
printf("exp(a) = %s\n", disp(exp(a)));
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# concatenation operator
|
# concatenation operator, note: calls @swig_ref/horzcat.m
|
||||||
g = [a, b, c];
|
# g = [a, b, c];
|
||||||
printf("g = %s\n",disp(g));
|
# printf("g = %s\n",disp(g));
|
||||||
|
# Above temporarily removed as broken in octave-7.2.0, see https://github.com/swig/swig/issues/2353
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue