This PR addresses #1156 and concerns testing of scaling in the model classes in PorePy (fluid mass balance, energy balance, momentum balance etc.). Specifically, the tests that are altered are the test_unit_conversion tests. They are now using nontrivial material parameter values. The values are stored in fluid_values.py and solid_values.py in the dictionaries "extended_X_values_for_testing", where X is either water or granite.
Types of changes
What types of changes does this PR introduce to PorePy?
[ ] Minor change (e.g., dependency bumps, broken links).
[ ] Bugfix (non-breaking change which fixes an issue).
[ ] New feature (non-breaking change which adds functionality).
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected).
[x] Testing (contribution related to testing of existing or new functionality).
[ ] Documentation (contribution related to adding, improving, or fixing documentation).
Proposed changes
This PR addresses #1156 and concerns testing of scaling in the model classes in PorePy (fluid mass balance, energy balance, momentum balance etc.). Specifically, the tests that are altered are the test_unit_conversion tests. They are now using nontrivial material parameter values. The values are stored in fluid_values.py and solid_values.py in the dictionaries "extended_X_values_for_testing", where X is either water or granite.
Types of changes
What types of changes does this PR introduce to PorePy?
Checklist
pytest
was run with the--run-skipped
flag.