Skip to content

Commit 3acc382

Browse files
committed
rebuild and retest
1 parent 4730a53 commit 3acc382

File tree

10 files changed

+3200
-3400
lines changed

10 files changed

+3200
-3400
lines changed

coverage.txt

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
============================= test session starts ==============================
2-
platform darwin -- Python 3.9.12, pytest-7.1.1, pluggy-1.0.0
2+
platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
33
rootdir: /Users/johnmount/Documents/work/wvpy/pkg
44
plugins: anyio-3.5.0, cov-3.0.0
55
collected 20 items
@@ -19,18 +19,7 @@ tests/test_stats1.py . [ 90%]
1919
tests/test_threshold_stats.py . [ 95%]
2020
tests/test_typs_in_frame.py . [100%]
2121

22-
=============================== warnings summary ===============================
23-
../../../../opt/anaconda3/envs/research_env/lib/python3.9/site-packages/seaborn/rcmod.py:82
24-
/Users/johnmount/opt/anaconda3/envs/research_env/lib/python3.9/site-packages/seaborn/rcmod.py:82: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
25-
if LooseVersion(mpl.__version__) >= "3.0":
26-
27-
../../../../opt/anaconda3/envs/research_env/lib/python3.9/site-packages/setuptools/_distutils/version.py:351
28-
/Users/johnmount/opt/anaconda3/envs/research_env/lib/python3.9/site-packages/setuptools/_distutils/version.py:351: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
29-
other = LooseVersion(other)
30-
31-
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
32-
33-
---------- coverage: platform darwin, python 3.9.12-final-0 ----------
22+
---------- coverage: platform darwin, python 3.9.7-final-0 -----------
3423
Name Stmts Miss Cover
3524
---------------------------------------------
3625
wvpy/__init__.py 3 0 100%
@@ -41,4 +30,5 @@ wvpy/util.py 321 7 98%
4130
---------------------------------------------
4231
TOTAL 580 154 73%
4332

44-
======================= 20 passed, 2 warnings in 16.89s ========================
33+
34+
============================= 20 passed in 25.47s ==============================
0 Bytes
Binary file not shown.

pkg/dist/wvpy-0.3.3.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: 568 additions & 609 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/pysheet.html

Lines changed: 190 additions & 191 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/render_workbook.html

Lines changed: 118 additions & 119 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)