Skip to content

implement Parameters class #866

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

Closed
alixdamman opened this issue May 18, 2020 · 1 comment
Closed

implement Parameters class #866

alixdamman opened this issue May 18, 2020 · 1 comment

Comments

@alixdamman
Copy link
Collaborator

Same as ConstrainedSession class (see #832) but:

  • declared variables cannot be modified after initialization
  • adding undeclared variables after initialization is forbidden.
@alixdamman alixdamman added this to the 0.33 milestone May 18, 2020
@alixdamman alixdamman self-assigned this May 18, 2020
alixdamman added a commit to alixdamman/larray that referenced this issue May 18, 2020
alixdamman added a commit to alixdamman/larray that referenced this issue May 19, 2020
alixdamman added a commit to alixdamman/larray that referenced this issue May 19, 2020
>> moved all tests related to the ConstrainedSession class to a new test_constrained_session.py module
>> moved the ConstrainedSession class and related functions and classes to a new constrained.py module
>> simplified ModelMetaclass.__new__()
>> added skip_validation flag to _check_key_value(), __setattr__() and __setitem__()
>> updated test_create_constrainedsession_instance() and _test_io_cs()
>> fix larray-project#866 : added Parameters class
alixdamman added a commit to alixdamman/larray that referenced this issue May 19, 2020
>> moved all tests related to the ConstrainedSession class to a new test_constrained_session.py module
>> moved the ConstrainedSession class and related functions and classes to a new constrained.py module
>> simplified ModelMetaclass.__new__()
>> added skip_validation flag to _check_key_value(), __setattr__() and __setitem__()
>> updated test_create_constrainedsession_instance() and _test_io_cs()
>> fix larray-project#866 : added Parameters class
alixdamman added a commit to alixdamman/larray that referenced this issue May 19, 2020
>> moved all tests related to the ConstrainedSession class to a new test_constrained_session.py module
>> moved the ConstrainedSession class and related functions and classes to a new constrained.py module
>> simplified ModelMetaclass.__new__()
>> added skip_validation flag to _check_key_value(), __setattr__() and __setitem__()
>> updated test_create_constrainedsession_instance() and _test_io_cs()
>> fix larray-project#866 : added Parameters class
alixdamman added a commit to alixdamman/larray that referenced this issue Jun 15, 2021
>> moved all tests related to the ConstrainedSession class to a new test_constrained_session.py module
>> moved the ConstrainedSession class and related functions and classes to a new constrained.py module
>> simplified ModelMetaclass.__new__()
>> added skip_validation flag to _check_key_value(), __setattr__() and __setitem__()
>> updated test_create_constrainedsession_instance() and _test_io_cs()
>> fix larray-project#866 : added Parameters class
@alixdamman
Copy link
Collaborator Author

done in commit 873717d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants