Jsonify results
Following the discussion in #301 (closed), I've implemented default saving for the results object as a json file. The only functions I've changed are read_in_result
, save_to_file
, and the filename
function. I have included a flag that if save='hdf5'
in the arguments of run_sampler
, the results will be saved in the standard hdf5 format.