json read/write functions
Compare changes
Files
5+ 5
− 0
@@ -1000,6 +1000,8 @@ class BilbyJsonEncoder(json.JSONEncoder):
@@ -1038,6 +1040,9 @@ def decode_bilby_json(dct):
This MR adds functions to the set of json
serialisable types. This will allow the frequency_domain_source_model
to be used after loading in a result object.
There may be issues with pesummary
compatibility.