Skip to content

Commit

Permalink
test needs sympy 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cbm755 committed Nov 12, 2024
1 parent 13689bb commit 107e9ae
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions inst/@sym/dilog.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%% Copyright (C) 2016, 2018-2019, 2022-2023 Colin B. Macdonald
%% SPDX-License-Identifier: GPL-3.0-or-later
%% Copyright (C) 2016, 2018-2019, 2022-2024 Colin B. Macdonald
%%
%% This file is part of OctSymPy.
%%
Expand All @@ -25,7 +26,7 @@
%% @example
%% @group
%% syms z
%% @c doctest: +SKIP_UNLESS(pycall_sympy__ ('return Version(spver) > Version("1.12")'))
%% @c doctest: +SKIP_UNLESS(pycall_sympy__ ('return Version(spver) >= Version("1.13.0")'))
%% dilog (z)
%% @result{} ans = (sym) Li₂(1 - z)
%% @end group
Expand Down

0 comments on commit 107e9ae

Please sign in to comment.