coarse-graining / cgnet

learning coarse-grained force fields
BSD 3-Clause "New" or "Revised" License
57 stars 26 forks source link

fixed small logic error in cgnet/statistics #119

Closed brookehus closed 5 years ago

brookehus commented 5 years ago

Just fixed a small logic error in the processing of backbone_inds in GeometryStatistics where it was checking to see if backbone_inds == 'all' without ensuring the type was string first. Shouldn't affect anything. Tests pass. @coarse-graining/developers can one of you review and merge this?

nec4 commented 5 years ago

Good catch. I'm on it.

nec4 commented 5 years ago

All tests pass for me!