Skip to content

v0.5.3

Compare
Choose a tag to compare
@i-am-mounce i-am-mounce released this 18 Jun 15:55
· 0 commits to 415139c8d8a917b6d1e532f44f43074b70123e6a since this release

Bug Fixes

  • core: added a json converter class in json_encoder.py to pyscan/general. This is now implemented in the save_metadata method of abstract_experiment.py which enables numpy values to be used as data inputs before saving. The converter changes the numpy values to standard python values and no longer throws the same type error as before. (09ebcde)
  • core: added working json converter for runinfo and devices metadata now implemented in abstract experiment's save_metadata method. (c7e17ce)
  • core: corrected the issue plesiopterys identified with saving numpy data types and consolidated the json converter added in the last commit to the pre existing recursive_to_dict function which can now handle numpy data types for saving. (18c4baf)