@@ -13,13 +13,15 @@ tests/test_voronoi.py . [100%]
13
13
================================ tests coverage ================================
14
14
_______________ coverage: platform linux, python 3.10.18-final-0 _______________
15
15
16
- Name Stmts Miss Cover Missing
17
- --------------------------------------------------------------
18
- src/sar_sampling/__init__.py 4 0 100%
19
- src/sar_sampling/lhs.py 182 28 85% 77, 92, 94, 96, 99, 105, 107, 110, 112, 116, 119, 133, 163-166, 182, 238, 294, 305, 312-319, 323
20
- src/sar_sampling/sample.py 95 8 92% 86, 88, 90, 101, 193, 214, 216, 222
21
- src/sar_sampling/sarsampler.py 189 23 88% 124, 128-129, 200, 251-252, 271, 273, 276, 290, 295, 299-300, 306, 318-321, 329, 331, 342-343, 345, 353
22
- src/sar_sampling/voronoi.py 66 4 94% 41, 43, 59, 64
23
- --------------------------------------------------------------
24
- TOTAL 536 63 88%
25
- ============================== 17 passed in 5.23s ==============================
16
+ Name Stmts Miss Cover Missing
17
+ -------------------------------------------------------------------
18
+ src/sar_sampling/__init__.py 4 0 100%
19
+ src/sar_sampling/data/__init__.py 0 0 100%
20
+ src/sar_sampling/lhs.py 182 28 85% 77, 92, 94, 96, 99, 105, 107, 110, 112, 116, 119, 133, 163-166, 182, 238, 294, 305, 312-319, 323
21
+ src/sar_sampling/sample.py 95 8 92% 86, 88, 90, 101, 193, 214, 216, 222
22
+ src/sar_sampling/sarsampler.py 189 23 88% 124, 128-129, 200, 251-252, 271, 273, 276, 290, 295, 299-300, 306, 318-321, 329, 331, 342-343, 345, 353
23
+ src/sar_sampling/valset_producer.py 18 18 0% 1-37
24
+ src/sar_sampling/voronoi.py 66 4 94% 41, 43, 59, 64
25
+ -------------------------------------------------------------------
26
+ TOTAL 554 81 85%
27
+ ============================== 17 passed in 5.09s ==============================
0 commit comments