Skip to content

Commit

Permalink
feat: update to v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan Le committed Mar 19, 2024
1 parent 53cab0a commit bcf1606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmrglue/fileio/jcampdx.py
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ def read(filename, show_all_data=False, read_err=None):
# first read everything (including data array) to "raw" dictionary,
# in which data values are read as raw strings including whitespace
# and newlines
dic = _readrawdic(filename, read_err)
dic = _readrawdic(filename)

# select the relevant data section.
# first try to parse NMRSPECTRUM sections in order,
Expand Down

0 comments on commit bcf1606

Please sign in to comment.