Skip to content

Commit

Permalink
expm: skip doctests too on old sympy
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Nov 12, 2024
1 parent bc57c62 commit f5fb3ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inst/@sym/expm.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@
%% Example:
%% @example
%% @group
%% @c doctest: +SKIP_UNLESS(pycall_sympy__ ('return Version(spver) > Version("1.8")'))
%% A = [sym(4) 1; sym(0) 4]
%% @result{} A = (sym 2×2 matrix)
%% ⎡4 1⎤
%% ⎢ ⎥
%% ⎣0 4⎦
%%
%% @c doctest: +SKIP_UNLESS(pycall_sympy__ ('return Version(spver) > Version("1.8")'))
%% expm(A)
%% @result{} (sym 2×2 matrix)
%% ⎡ 4 4⎤
Expand Down

0 comments on commit f5fb3ac

Please sign in to comment.