Skip to content

Commit

Permalink
Works on SymPy dev anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Jan 29, 2024
1 parent 16a2cb3 commit b0b9d90
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions inst/vpa.m
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,11 @@

%!test
%! % non-equality of vpa that "might be" be integers: Issue #1285
%! a = vpa ("123", 32);
%! b = vpa ("123", 64);
%! assert (~ isequal (a, b))
%! if (pycall_sympy__ ('return Version(spver) >= Version("1.12.1")'))
%! a = vpa ("123", 32);
%! b = vpa ("123", 64);
%! assert (~ isequal (a, b))
%! end

%!warning <dangerous> vpa ('sqrt(2.0)');

Expand Down

0 comments on commit b0b9d90

Please sign in to comment.