jjhelmus / nmrglue

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

Regression Bugfix #141

Closed kaustubhmote closed 3 years ago

kaustubhmote commented 3 years ago

Fixed a regression bug introduced by #134. It prevented procNs files from being read in from standard directories when read_procs=True and procs_files=None is given to the bruker.read function.

jjhelmus commented 3 years ago

LGTM thanks for the fix @kaustubhmote