-
Notifications
You must be signed in to change notification settings - Fork 0
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
test: saving and loading StateDataClass
objects
#55
Conversation
…they are self-consistent
…ames – handled by their packages
Issue: need to speed up example generation for the state object so we can reintroduce the |
This reverts commit 0c5b4f5.
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.
Loving this. To be honest, I don't have the expertise to review this super throughly but I ran it and read through the code. I think I have a grasp on it and understand it, but would not be able to spot errors easily. We should work on adapt this to other parts of autora though (at least to core contributions).
Description
Add robust testing of saving and loading
StateDataClass
objects using the following modules:either saving to and loading from a:
Not included here:
Testing of StateDict, because blocked by
StateDict
#51resolves test: add robust testing of the State #53
Type of change
Features
StateDataClass
Variable
(required byStateDataClass
)VariableCollection
(required byStateDataClass
)ValueType
forboolean
andinteger
(for completeness)ToDo: