Skip to content

Work with upstream to update to work with new SciPy Versions  #743

@mikemhenry

Description

@mikemhenry

Hitting this issue in CI:

FAILED openmmtools/tests/test_testsystems.py::test_properties_all_testsystems - TypeError: Could not parse Amber ASCII restart file /home/runner/micromamba/envs/openmmtools-test/lib/python3.10/site-packages/openmmtools/data/dhfr/JAC.inpcrd

But the actual issue is from openmm:

    def __init__(self, filename, asNumpy=False):
        try:
>           from scipy.io import NetCDFFile
E           ImportError: cannot import name 'NetCDFFile' from 'scipy.io' (/home/runner/micromamba/envs/openmmtools-test/lib/python3.10/site-packages/scipy/io/__init__.py)

../../../micromamba/envs/openmmtools-test/lib/python3.10/site-packages/openmm/app/internal/amber_file_parser.py:1440: ImportError

It has been fixed:
openmm/openmm#4601

But the conda-forge recipe needs to be updated

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions