feat!: dump methods now export to the json.gz format by default. Pickle

format can be chosen via parameter.
This commit is contained in:
Fabian Joswig 2022-01-19 10:43:18 +00:00
parent 59eb1ee546
commit 9b52a9a615
6 changed files with 57 additions and 21 deletions

View file

@ -320,7 +320,7 @@
"outputs": [],
"source": [
"pcac_plateau.tag = \"O(a) improved PCAC mass extracted on the test ensemble\"\n",
"pe.input.json.dump_to_json(pcac_plateau, \"pcac_plateau_test_ensemble\")"
"pcac_plateau.dump(\"pcac_plateau_test_ensemble\", datatype=\"json.gz\")"
]
},
{