Skip to content

Commit 811b124

Browse files
authored
Merge pull request #607 from mtmiller/heaviside-test-typo
Fix typo in heaviside test printing an empty plot
2 parents fef38f9 + 64e7b31 commit 811b124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/@sym/heaviside.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
%!test
9292
%! if (python_cmd ('return Version(spver) <= Version("1.0")'))
93-
%! print ('skipping test, sympy too old')
93+
%! disp ('skipping test, sympy too old')
9494
%! else
9595
%! H0 = sym([1 -2 0; 3 0 pi]);
9696
%! A = heaviside (sym(0), H0);

0 commit comments

Comments
 (0)