jjhelmus / nmrglue

A module for working with NMR data in Python
BSD 3-Clause "New" or "Revised" License
211 stars 86 forks source link

BUG: Bruker sub-matices only reordered once #59

Closed jjhelmus closed 7 years ago

jjhelmus commented 7 years ago

When reading Bruker sub-matrices with the read_pdata_binary or read_pdata function in the bruker module the sub-matrices are only re-ordered once. Previously two re-ordering were performed which resulted in incorrect data being returned by these functions.

closes #58

coveralls commented 7 years ago

Coverage Status

Coverage decreased (-0.003%) to 20.667% when pulling 3ee5d7ea631db7ad837e791ed0d336b6e4a590df on fix_bruker_reorder into 82c4ab49238baa36d1ab84cc968b5325b01fe816 on master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 20.67% when pulling 3ee5d7ea631db7ad837e791ed0d336b6e4a590df on fix_bruker_reorder into 82c4ab49238baa36d1ab84cc968b5325b01fe816 on master.