MDAnalysis / pmda

Parallel algorithms for MDAnalysis
https://www.mdanalysis.org/pmda/
Other
31 stars 22 forks source link

Travis breaks due to matplotlib 3.3 #143

Closed yuxuanzhuang closed 4 years ago

yuxuanzhuang commented 4 years ago

Expected behaviour

Tests pass.

Actual behaviour

Test fail with:

matplotlib.use('agg', warn=False) TypeError: use() got an unexpected keyword argument 'warn'

Will be fixed in MDAnalysis 1.0.1 (https://github.com/MDAnalysis/mdanalysis/pull/2763)