-
Notifications
You must be signed in to change notification settings - Fork 824
Closed
Description
Expected behavior
Succesfull import of module MDAnalysis.tests.datafiles after installing MDAnalysisTests via pip
Actual behavior
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-5-2f9c58525a71> in <module>()
----> 1 from MDAnalysis.tests.datafiles import PSF, DCD
/srv/home/lponzoni/anaconda3/envs/ifpe/lib/python3.7/site-packages/MDAnalysis/tests/datafiles.py in <module>()
41
42 try:
---> 43 from MDAnalysisTests.datafiles import *
44 except ImportError:
45 print("*** ERROR ***")
/srv/home/lponzoni/anaconda3/envs/ifpe/lib/python3.7/site-packages/MDAnalysisTests/__init__.py in <module>()
124 try:
125 import matplotlib
--> 126 matplotlib.use('agg', warn=False)
127 except ImportError:
128 pass
TypeError: use() got an unexpected keyword argument 'warn'
Code to reproduce the behavior
from MDAnalysis.tests.datafiles import PSF, DCDCurrent version of MDAnalysis
- Which version are you using? 1.0.0
- Which version of Python (
python -V)? Python 3.7.8 - Which operating system? Linux
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels