From bcf1606139f27bce940f4b76146e1e2bd6cce534 Mon Sep 17 00:00:00 2001 From: Lan Le Date: Tue, 19 Mar 2024 10:55:46 +0100 Subject: [PATCH] feat: update to v0.10.0 --- nmrglue/fileio/jcampdx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmrglue/fileio/jcampdx.py b/nmrglue/fileio/jcampdx.py index d5d39015..010e395a 100644 --- a/nmrglue/fileio/jcampdx.py +++ b/nmrglue/fileio/jcampdx.py @@ -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,