Skip to content

Adds save and load method to project and controls #123

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

Merged
merged 4 commits into from
Jan 27, 2025
Merged

Adds save and load method to project and controls #123

merged 4 commits into from
Jan 27, 2025

Conversation

alexhroom
Copy link
Collaborator

@alexhroom alexhroom commented Jan 22, 2025

Fixes #122.

my_project_class.save("./project.json")
Project.load("./project.json")

my_controls_class.save("./controls.json")
Controls.load("./controls.json")

@alexhroom alexhroom changed the title Adds save and load method to project, controls and results Adds save and load method to project and controls Jan 27, 2025
@alexhroom alexhroom requested a review from DrPaulSharp January 27, 2025 11:54
@alexhroom alexhroom marked this pull request as ready for review January 27, 2025 11:54
@alexhroom alexhroom merged commit 41572cd into RascalSoftware:main Jan 27, 2025
7 checks passed
@alexhroom alexhroom deleted the 122-save-load branch January 27, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add save and load methods to Project, Controls and Results
2 participants