Skip to content

Adapt to change of free_symbols in sympy 1.2 #87

@goerz

Description

@goerz

SymPy made a backwards-incompatible change to how free_symbols works for Indexed expressions. See sympy/sympy#13360.

Currently, on Travis and AppVeyor, we enforce SymPy < 1.2 to avoid this problem. We should remove this restriction by investigating what the consequences SymPy's change are for QNET, and whether we need additional tests. Anything that relies on free_symbols needs to be checked carefully -- especially derivatives.

Tests should be written in such a way that they pass both for SymPy < 1.2 and SymPy >= 1.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions