jjhelmus / nmrglue

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

Fixes T1-fitting example #138

Closed kaustubhmote closed 3 years ago

kaustubhmote commented 3 years ago

This has several changes related to the shift from Python2 to Python3 (print function, looping over dictionaries, specifying decoding while reading in bytes in np.recarray, and some bookkeeping). This is a follow up to PR #137 to make sure the example works.

I'll leave this up here for @jjhelmus to merge in when reviewed rather than merging this in myself.

jjhelmus commented 3 years ago

LGTM, thanks!