You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of Base.isequal for BasicSymbolic objects doesn't take into account potential metadata differences. This can lead to situations where two symbolically equivalent expressions with different metadata are considered equal, which might not be the desired behavior.
The current implementation of
Base.isequal
forBasicSymbolic
objects doesn't take into account potential metadata differences. This can lead to situations where two symbolically equivalent expressions with different metadata are considered equal, which might not be the desired behavior.SymbolicUtils.jl/src/types.jl
Lines 241 to 266 in f9b0ade
The text was updated successfully, but these errors were encountered: