jjhelmus / nmrglue

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

Fix JCAMP-DX digit parsing #198

Closed JLVarjo closed 10 months ago

JLVarjo commented 10 months ago

When parsing JCAMP-DX pseudodigit formats, decimal separator was not among the list of characters for recognizing "normal" digits. Apparently it is quite rare to use decimal numbers (instead of integers) when writing JCAMPs in pseudodigit modes, which is why this rather trivial bug was not caught earlier. Simple fix though.

kaustubhmote commented 10 months ago

Nice catch! Merging now.