Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "added a json converter class in json_encoder.py to pyscan/general. Th…" #190

Merged
merged 13 commits into from
Jun 18, 2024

Commits on Jun 18, 2024

  1. Revert "chore(general): fixed error breaking pytests with decoder ref…

    …erencing np.float_ which was removed in numpy 2.0."
    
    This reverts commit 415139c.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d9ec022 View commit details
    Browse the repository at this point in the history
  2. Revert "chore(general): fixed error breaking pytests with decoder ref…

    …erencing np.float_ which was removed in numpy 2.0."
    
    This reverts commit 44c57a7.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dd6847b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55e3ebb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cc6576 View commit details
    Browse the repository at this point in the history
  5. Revert "chore(general): updated the general __init__.py to account fo…

    …r the file changes from previous commits and import successfully with a new order since itemattribute is used in other pyscan/general modules now."
    
    This reverts commit b71882d.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dd793cf View commit details
    Browse the repository at this point in the history
  6. Revert "refactor(general): replaced recursive_to_item_attribute with …

    …json decoder item_attribute_object_hook."
    
    This reverts commit 542c68f.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9548114 View commit details
    Browse the repository at this point in the history
  7. Revert "chore(core): removed no longer used recursive_to_dict import …

    …from abstract expt."
    
    This reverts commit afeba85.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fd23eeb View commit details
    Browse the repository at this point in the history
  8. Revert "docs(general): added doc string to json_encoder.py CustomJSON…

    …Encoder class."
    
    This reverts commit 574103e.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1093f42 View commit details
    Browse the repository at this point in the history
  9. Revert "fix(core): added working json converter for runinfo and devic…

    …es metadata now implemented in abstract experiment's save_metadata method."
    
    This reverts commit c7e17ce.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d57b834 View commit details
    Browse the repository at this point in the history
  10. Revert "chore(core): fix: fixed misuse of np.array n recursive_to_dic…

    …t that was causing a type error."
    
    This reverts commit 7edb7d9.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    981a29f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    56996c2 View commit details
    Browse the repository at this point in the history
  12. Revert "fix(core): corrected the issue plesiopterys identified with s…

    …aving 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."
    
    This reverts commit 18c4baf.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    637045c View commit details
    Browse the repository at this point in the history
  13. Revert "fix(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."
    
    This reverts commit 09ebcde.
    rsbrost authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ed2ac03 View commit details
    Browse the repository at this point in the history