Skip to content

Commit d29d708

Browse files
committed
rebuild and retest
1 parent 811f63e commit d29d708

File tree

10 files changed

+3278
-3433
lines changed

10 files changed

+3278
-3433
lines changed

coverage.txt

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
============================= test session starts ==============================
2+
platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
3+
rootdir: /Users/johnmount/Documents/work/wvpy/pkg
4+
plugins: anyio-3.5.0, cov-3.0.0
5+
collected 20 items
6+
7+
tests/test_cross_plan1.py . [ 5%]
8+
tests/test_cross_predict.py .. [ 15%]
9+
tests/test_deviance_calc.py . [ 20%]
10+
tests/test_eval_fn_pre_row.py . [ 25%]
11+
tests/test_match_auc.py . [ 30%]
12+
tests/test_nb_fns.py .... [ 50%]
13+
tests/test_onehot.py .. [ 60%]
14+
tests/test_perm_score_vars.py . [ 65%]
15+
tests/test_plots.py . [ 70%]
16+
tests/test_se.py . [ 75%]
17+
tests/test_search_grid.py .. [ 85%]
18+
tests/test_stats1.py . [ 90%]
19+
tests/test_threshold_stats.py . [ 95%]
20+
tests/test_typs_in_frame.py . [100%]
21+
22+
---------- coverage: platform darwin, python 3.9.7-final-0 -----------
23+
Name Stmts Miss Cover
24+
---------------------------------------------
25+
wvpy/__init__.py 3 0 100%
26+
wvpy/jtools.py 146 32 78%
27+
wvpy/pysheet.py 79 79 0%
28+
wvpy/render_workbook.py 47 47 0%
29+
wvpy/util.py 321 7 98%
30+
---------------------------------------------
31+
TOTAL 596 165 72%
32+
33+
34+
============================= 20 passed in 32.63s ==============================
0 Bytes
Binary file not shown.

pkg/dist/wvpy-0.3.4.tar.gz

-132 KB
Binary file not shown.

pkg/docs/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/docs/wvpy.html

Lines changed: 18 additions & 19 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/jtools.html

Lines changed: 598 additions & 638 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/pysheet.html

Lines changed: 200 additions & 201 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/render_workbook.html

Lines changed: 126 additions & 127 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/util.html

Lines changed: 2301 additions & 2421 deletions
Large diffs are not rendered by default.

pkg/wvpy.egg-info/SOURCES.txt

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,8 @@
11
LICENSE
2-
MANIFEST
32
MANIFEST.in
43
README.txt
54
setup.py
65
Doc/documentation.txt
7-
docs/index.html
8-
docs/search.js
9-
docs/wvpy.html
10-
docs/wvpy/jtools.html
11-
docs/wvpy/pysheet.html
12-
docs/wvpy/render_workbook.html
13-
docs/wvpy/util.html
14-
tests/__init__.py
15-
tests/example_bad_notebook.ipynb
16-
tests/example_good_notebook.ipynb
17-
tests/example_parameterized_notebook.ipynb
18-
tests/test_cross_plan1.py
19-
tests/test_cross_predict.py
20-
tests/test_deviance_calc.py
21-
tests/test_eval_fn_pre_row.py
22-
tests/test_match_auc.py
23-
tests/test_nb_fns.py
24-
tests/test_onehot.py
25-
tests/test_perm_score_vars.py
26-
tests/test_plots.py
27-
tests/test_se.py
28-
tests/test_search_grid.py
29-
tests/test_stats1.py
30-
tests/test_threshold_stats.py
31-
tests/test_typs_in_frame.py
326
wvpy/__init__.py
337
wvpy/jtools.py
348
wvpy/pysheet.py

0 commit comments

Comments
 (0)