Skip to content

Cannot compare list of polynomials because of missing rtoldefault  #289

Open
@kbarros

Description

@kbarros
using DynamicPolynomials
@polyvar x
a = [2x, x^2]

# Fine to compare individual elements
@assert a[1]  a[1] && a[2] == a[2]

# ERROR: MethodError: no method matching rtoldefault(...) 
a  a

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