-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
In SymPy.jl v1.2.1, iszero(x::Sym) returns false. In v2.0.1, it throws ERROR: KeyError: key :boolalg not found.
using SymPy
@syms x
iszero(x) # returns false in v1, but errors in v2Is this change intended? One consequence of this is that multiplying variables with sparse matrices also errors in v2.
using SparseArrays, SymPy
@syms x
x * sprand(2,2,0.5) #ERROR: KeyError: key :boolalg not foundMetadata
Metadata
Assignees
Labels
No labels