Skip to content

Currently not working when DASPK is not available #2070

@mark-pfeifle

Description

@mark-pfeifle

There is currently a bug in rmgpy/solver/base.pyx:

" from pydas.daspk import DASSLError as DASxError"

in one of the first code lines. This should read

" from pydas.dassl import DASSLError as DASxError"

Otherwise, if daspk is not available, the program will still try to access pydas.daspk.
This applies to the latest commit on master as of Feb 11 2021.

Best regards,
Mark

Metadata

Metadata

Assignees

No one assigned

    Labels

    Good First Issuebugbug which will never be closed by the actions bot

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions