Skip to content

Commit 91684d7

Browse files
committed
use S(0) instead of Zero
1 parent 39c8314 commit 91684d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/@sym/diff.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
'args = _ins[1:]'
7171
'd = list(f.free_symbols)'
7272
'if len(d) == 0:'
73-
' return sympy.Zero,'
73+
' return sympy.S(0),'
7474
'if len(args) == 0:'
7575
' if len(d) > 1:'
7676
' return ("NO_DEV_VAR"),'

0 commit comments

Comments
 (0)