-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Analysis stage of "mdpow-pow benzene" failing #129
Comments
The matplotlib backend thing should not be a problem. I am not sure what failed in the plots. It looks as if one plot is missing (maybe no data??). Sorry, I know, not very helpful. |
@VOD555 are you able to reproduce the error above? |
@orbeckst I met another error about the plot function. I'm running the tutorial to see whether we can reproduce thiserror. |
I'm doubting whether it's caused by pylab, I'm trying to rewrite the plot functions without pylab. |
This first error was caused by the use of matplotlib in |
The second error is due to |
Final stage of the benzene tutorial outputs errors (after output of values and files). Originally mentioned here: #126
To fully reproduce:
conda create -c conda-forge -n mdpow python=2.7 numpy scipy 'matplotlib<3.3' 'mdanalysis<2' 'mdanalysistests<2' pyyaml
conda activate mdpow
pip install gromacswrapper
git clone https://github.com/Becksteinlab/MDPOW.git
pip install ./MDPOW
I copied the benzene.itp,pdb&yml files into a desktop/benzene/benzene and then:
cd desktop/benzene
conda activate mdpow
source /usr/local/opt/gromacs/bin/GMXRC
mdpow-equilibrium --solvent water benzene/benzene.yml
mdpow-equilibrium --solvent octanol benzene/benzene.yml
mdpow-fep --solvent water benzene/benzene.yml
mdpow-fep --solvent octanol benzene/benzene.yml
mdpow-pow benzene
Note: I set maxthreads =1 for
mdpow-fep --solvent octanol benzene/benzene.yml
, I don't believe this is relevant though.All steps are fine until the final step
mdpow-pow benzene
, where files are outputted correctly I believe (apart from only 1 graph on DeltaA.png maybe?) but there is some errors shown relating to matplotlib.The output (from when it starts failing):
mdpow.log
Many thanks.
The text was updated successfully, but these errors were encountered: