Dear maintainer(s),

The command `grep -r integer_types .`, when launched from the source
directory of sympy's package, returns nothing.

On the other hand, the command
`grep -r integer_types /usr/share/octave/packages/symbolic-2.7.1/`
returns the following lines:

-----------8<-----------------------------------
/usr/share/octave/packages/symbolic-2.7.1/private/check_and_convert.m:  
persistent integer_types
/usr/share/octave/packages/symbolic-2.7.1/private/check_and_convert.m:    
integer_types = sp.compatibility.integer_types;
/usr/share/octave/packages/symbolic-2.7.1/private/check_and_convert.m:    
elseif (py.isinstance(x, integer_types))
/usr/share/octave/packages/symbolic-2.7.1/private/python_header.py:        elif 
isinstance(x, sp.compatibility.integer_types):
-----------8<-----------------------------------

So I suspect that some parts of Octave-symbolic should be updated to
take in account the newer Sympy version.

Unfortunately, the documentation of Sympy 1.6 does not refere to the
word integer_types (which is the consequence of this word missing in the
source of the package).

I cannot help, so far, because I ignore what the attribute integer_types
was intended to in the previous version. Please can you, maintainer(s)
of octave-symbolic, provide some additional information ? If it is not
possible to fix the bug properly, maybe some tests should be temporarily
disabled?
 
Best regards,                   Georges.

-- 
Georges KHAZNADAR et Jocelyne FOURNIER
22 rue des mouettes, 59240 Dunkerque France.
Téléphone +33 (0)3 28 29 17 70

Attachment: signature.asc
Description: PGP signature

Reply via email to