ISISNeutronMuon / ISISNeutronMuon/MDMC
Numpy version >2 causing issues
Open
bug
P4
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 5
Description
MDMC is currently installs with numpy version 2.0.1 but that seems to cause issues. The error seems to be that a different module that we import currently uses an earlier version of numpy and so it gets conflicted, not supporting both versions.
The tracebacks seems to point to matplotlib via 'import corner' in plot_results.py.
To get around this it is currently necessary to install an earlier version of numpy, such as 1.26.4, for every 'pip install .'.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.