Addresses issue #1140. Reduces number of time steps in the functional tests. They are consistently reduced to 2 time steps to reduce computational cost.
At the time of writing: The time to run the functional tests is reduced from about 40s to 25s (in my laptop).
Types of changes
What types of changes does this PR introduce to PorePy?
Put an x in the boxes that apply.
[ ] 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
Addresses issue #1140. Reduces number of time steps in the functional tests. They are consistently reduced to 2 time steps to reduce computational cost.
At the time of writing: The time to run the functional tests is reduced from about 40s to 25s (in my laptop).
Types of changes
What types of changes does this PR introduce to PorePy? Put an
x
in the boxes that apply.Checklist
Put an
x
in the boxes that apply or explain briefly why the box is not relevant.pytest
was run with the--run-skipped
flag.