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

feat(system): Added new method to save the system to a given folder. #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on May 1, 2024

  1. feat(system): Added new method to save the system to a given folder.

    List of changes:
    - Created a new method `.save` that saves all the content of the system
      (.json + time series) to a desired folder,
    - Save method can archive the folder to enable easy sharing of the
      system,
    - Added testing to validate that save in fact creates the folder and
      that when we zip it we delete that folder.
    
    Closes #10
    pesap committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d2e52c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03efc6e View commit details
    Browse the repository at this point in the history