-
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
Implementation of pure lead contamination's tests #189
Comments
…ization and boundary values verification for contaminating compounds in pure lead. Also adds the values needed for all metal compounds in properties_bounds.json
…nch for updating the path of lead_contamination in __init__.py.
… branch for updating the path of bismuth_contamination in __init__.py.
…nch for updating the path of lbe_contamination in __init__.py.
… files path in lead.py, bismuth.py and lbe.py
…on_tests_in_common for organisation purposes and to help tests to pass.
6ec7db2 in Actions on the github repository), correction of docstrings.
…a additional entry of guess_helper method for coherence with the changes made on the issue 191. Implementation in _lbh15.py, lead_properties.py and lead_contamination.py accordingly to this change.
A few properties of contaminants provide a constant value. This disable the possibility to initialize a liquid metal object by providing the value of such properties to the constructor. |
…ant method. Addition of the non injectivity of P_PbCs and K_PbCs.
Tasks from the second to the last are handled in issue #188. |
The first task of this issue has been managed. Since constant properties are added, the method No need to change the doc. Tests for lead contaminant properties have been added. |
Implement tests for initialization and boundary values verification for contaminating compounds in pure lead.
It involves the implementation of the
LeadContaminationTester
class, with:test_lead_fromX_spanT
.test_min
method intest_lbh15_bounds.py
.test_max
method intest_lbh15_bounds.py
.test_T_at_min
method intest_lbh15_bounds.py
.test_T_at_max
method intest_lbh15_bounds.py
.This issue is handled as one of the tasks of issue #188.
The text was updated successfully, but these errors were encountered: