alan-turing-institute / Palaeoanalytics

Repository for the Paleoanalytics project.
https://www.turing.ac.uk/research/research-projects/palaeoanalytics
GNU General Public License v3.0
17 stars 1 forks source link

Json null #192

Closed JasonGellis closed 4 months ago

JasonGellis commented 4 months ago

Originally pylithics generated json files with NaN. json files can not include NaN and this created a parsing error. The json library was replaced by simplejson which converts NaN to null.