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?
nosetests
Just fixed a small logic error in the processing of
backbone_inds
inGeometryStatistics
where it was checking to see ifbackbone_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?