Closed p-j-smith closed 2 years ago
Merging #169 (c81f6ce) into dev (4deb0d2) will decrease coverage by
0.53%
. The diff coverage is38.46%
.
@@ Coverage Diff @@
## dev #169 +/- ##
==========================================
- Coverage 58.63% 58.09% -0.54%
==========================================
Files 12 13 +1
Lines 950 976 +26
Branches 144 145 +1
==========================================
+ Hits 557 567 +10
- Misses 372 388 +16
Partials 21 21
Impacted Files | Coverage Δ | |
---|---|---|
openep/data_structures/case.py | 52.38% <ø> (ø) |
|
openep/converters/pyvista_converters.py | 38.46% <38.46%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 4deb0d2...c81f6ce. Read the comment docs.
Changes made:
openep.converters
openep.converters.pyvista_converters.from_pyvista
- to convert apyvista.PolyData
mesh to anopenep.Case
dataset. Note - currently, no point, cell, or field data is extracted from the meshopenep.converters.pyvista_converters.to_pyvista
. Equivalent tocase.create_mesh
but with the added option of adding scalar fields to the created mesh as point data (stored inmesh.point_data
)