bmrb-io / PyNMRSTAR

A Python module for reading, writing, and manipulating NMR-STAR files.
MIT License
28 stars 3 forks source link

When checking `empty` property in a loop, ignore Entry_ID and similar tags #79

Closed jonwedell closed 3 years ago

jonwedell commented 3 years ago

This doesn't make sense to do any more - the empty property is used to determine whether to print a loop at all depending on the value of skip_empty_loops. Users would not expect loops to disappear unless they truly have no data assigned.