-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #23 +/- ##
==========================================
+ Coverage 96.02% 96.05% +0.02%
==========================================
Files 25 25
Lines 2166 2205 +39
==========================================
+ Hits 2080 2118 +38
- Misses 86 87 +1 ☔ View full report in Codecov by Sentry. |
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
and we do not overwrite an existing folder
@daniel-thom ready for re-review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…23) 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. - Closed backup connection from `time_series_metadata` Closes #10
List of changes:
.save
that saves all the content of the system(.json + time series) to a desired folder,
system,
that when we zip it we delete that folder.
howto
section that explains the method.Closes #10