2d domains with 64 fractures did not work due to the edges array being int8. This PR increases to int32 throughout the code (all inside fracs, mostly related to tagging). Thanks to @jwboth for provoking the bug!
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).
[x] 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).
[ ] Testing (contribution related to testing of existing or new functionality).
[ ] Documentation (contribution related to adding, improving, or fixing documentation).
Proposed changes
2d domains with 64 fractures did not work due to the
edges
array being int8. This PR increases to int32 throughout the code (all inside fracs, mostly related to tagging). Thanks to @jwboth for provoking the bug!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.