eggplantbren / DNest4

Diffusive Nested Sampling
MIT License
60 stars 21 forks source link

Removed deprecated code from classic.py #18

Closed dhuppenkothen closed 7 years ago

dhuppenkothen commented 7 years ago

matplotlib was giving me deprecation warnings because of the hold() statements, which are deprecated and will be removed in future versions of matplotlib. I removed thehold()` statement and cleaned the syntax up a little bit.

I think the code in this PR is equivalent, but let me know if something isn't working!

eggplantbren commented 7 years ago

Already fixed in commit 87de5d761cf08fe48c12472874eaa7cead0b441d, but thanks :+1: