choderalab / openmoltools

An open set of tools for automating tasks relating to small molecules
MIT License
63 stars 30 forks source link

Don't raise a ParmEd version exception if parmed.version reports (0,0,0) due to dirty install #274

Closed jchodera closed 4 years ago

jchodera commented 6 years ago
jaimergp commented 4 years ago

Thanks for the hotfix! I am discussing this with the Amber team and will address it in a new build soon.

jchodera commented 4 years ago

Still working on this. It looks like parmed now returns a 4-tuple instead of a 3-tuple. I'll refactor this to break out the version checking into a separate method, though really, we need to deprecate this whole library.

jchodera commented 4 years ago

Wow! Tests pass!