Skip to content

potential logic error in solution interface #83

@lamorton

Description

@lamorton

It looks to me like this is a mistake:

  if i == nothing
      if issymbollike(i) && Symbol(i) == getindepsym(A)

If i is nothing then it makes no sense to test whether it is symbol-like or is equal to the independent variable -- I think it's probably meant to be sym here instead of i.

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