Closed eirikurj closed 1 year ago
Merging #79 (9d2d8a7) into main (d9d6191) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #79 +/- ##
=======================================
Coverage 73.43% 73.43%
=======================================
Files 6 6
Lines 753 753
=======================================
Hits 553 553
Misses 200 200
Impacted Files | Coverage Δ | |
---|---|---|
idwarp/MultiUnstructuredMesh.py | 84.61% <ø> (ø) |
|
idwarp/UnstructuredMesh.py | 62.73% <ø> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Purpose
This PR fixes flake8 RST warnings, removes entries that show up as return values in documentation e.g., here, and a few typos.
Expected time until merged
1 day
Type of change
Testing
Checklist
flake8
andblack
to make sure the Python code adheres to PEP-8 and is consistently formattedfprettify
or C/C++ code withclang-format
as applicable