|
1 | | -Name Stmts Miss Cover |
2 | | ------------------------------------------------------------------ |
3 | | -calkulate/__init__.py 7 0 100% |
4 | | -calkulate/constants.py 4 0 100% |
5 | | -calkulate/convert.py 40 6 85% |
6 | | -calkulate/core/__init__.py 94 5 95% |
7 | | -calkulate/core/loss.py 61 0 100% |
8 | | -calkulate/dataset.py 185 11 94% |
9 | | -calkulate/default.py 28 0 100% |
10 | | -calkulate/density.py 26 3 88% |
11 | | -calkulate/interface.py 75 3 96% |
12 | | -calkulate/meta.py 6 0 100% |
13 | | -calkulate/plot/__init__.py 63 56 11% |
14 | | -calkulate/plot/misc.py 3 0 100% |
15 | | -calkulate/plot/titration.py 154 2 99% |
16 | | -calkulate/read.py 80 8 90% |
17 | | -calkulate/simulate.py 106 0 100% |
18 | | -calkulate/titration.py 228 32 86% |
19 | | -tests/__init__.py 0 0 100% |
20 | | -tests/test_SOP3b.py 11 0 100% |
21 | | -tests/test_convert.py 21 0 100% |
22 | | -tests/test_core.py 42 0 100% |
23 | | -tests/test_dataset_io.py 13 0 100% |
24 | | -tests/test_dataset_manual.py 61 0 100% |
25 | | -tests/test_dataset_pH_scales.py 6 0 100% |
26 | | -tests/test_dbs_calk.py 32 0 100% |
27 | | -tests/test_density.py 11 0 100% |
28 | | -tests/test_experiment.py 13 4 69% |
29 | | -tests/test_io.py 13 0 100% |
30 | | -tests/test_irlon.py 5 0 100% |
31 | | -tests/test_js_geomar.py 18 0 100% |
32 | | -tests/test_loss_simulation.py 45 1 98% |
33 | | -tests/test_misc.py 5 0 100% |
34 | | -tests/test_oberlin.py 6 0 100% |
35 | | -tests/test_pH_scales_simulated_titration.py 46 0 100% |
36 | | -tests/test_simulate.py 22 0 100% |
37 | | -tests/test_simulate_pH_scales.py 41 0 100% |
38 | | -tests/test_simulate_sulfate.py 103 1 99% |
39 | | -tests/test_simulate_then_solve.py 55 0 100% |
40 | | -tests/test_titration_class.py 66 0 100% |
41 | | ------------------------------------------------------------------ |
42 | | -TOTAL 1795 132 93% |
| 1 | +Name Stmts Miss Cover |
| 2 | +------------------------------------------------------- |
| 3 | +calkulate/__init__.py 7 0 100% |
| 4 | +calkulate/classes.py 73 18 75% |
| 5 | +calkulate/constants.py 3 0 100% |
| 6 | +calkulate/convert.py 68 16 76% |
| 7 | +calkulate/core.py 139 6 96% |
| 8 | +calkulate/dataset.py 141 10 93% |
| 9 | +calkulate/default.py 26 0 100% |
| 10 | +calkulate/density.py 28 4 86% |
| 11 | +calkulate/files.py 69 18 74% |
| 12 | +calkulate/interface.py 74 12 84% |
| 13 | +calkulate/meta.py 18 0 100% |
| 14 | +calkulate/plot/__init__.py 62 56 10% |
| 15 | +calkulate/plot/misc.py 3 1 67% |
| 16 | +calkulate/plot/titration.py 169 142 16% |
| 17 | +calkulate/read/__init__.py 0 0 100% |
| 18 | +calkulate/read/metadata.py 49 7 86% |
| 19 | +calkulate/read/titrations.py 60 4 93% |
| 20 | +calkulate/settings.py 1 0 100% |
| 21 | +calkulate/simulate.py 100 9 91% |
| 22 | +tests/__init__.py 0 0 100% |
| 23 | +tests/test_SOP3b.py 16 0 100% |
| 24 | +tests/test_convert.py 22 0 100% |
| 25 | +tests/test_core.py 29 0 100% |
| 26 | +tests/test_dataset_io.py 14 0 100% |
| 27 | +tests/test_dbs_calk.py 41 0 100% |
| 28 | +tests/test_density.py 13 0 100% |
| 29 | +tests/test_io.py 13 0 100% |
| 30 | +tests/test_irlon.py 5 0 100% |
| 31 | +tests/test_js_geomar.py 13 0 100% |
| 32 | +tests/test_misc.py 7 0 100% |
| 33 | +tests/test_oberlin.py 6 0 100% |
| 34 | +tests/test_seao2_opt1.py 12 0 100% |
| 35 | +tests/test_seao2_opt2.py 12 0 100% |
| 36 | +tests/test_simulate.py 24 0 100% |
| 37 | +tests/test_simulate_pH_scales.py 41 0 100% |
| 38 | +tests/test_simulate_then_solve.py 69 0 100% |
| 39 | +tests/test_ts_tiamo.py 55 0 100% |
| 40 | +tests/test_ts_tiamo_ds.py 17 0 100% |
| 41 | +tests/test_ts_vindta.py 9 0 100% |
| 42 | +------------------------------------------------------- |
| 43 | +TOTAL 1508 303 80% |
0 commit comments