Skip to content

Commit

Permalink
rebuild and retest
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMount committed Jun 27, 2022
1 parent 4730a53 commit 3acc382
Show file tree
Hide file tree
Showing 10 changed files with 3,200 additions and 3,400 deletions.
18 changes: 4 additions & 14 deletions coverage.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
============================= test session starts ==============================
platform darwin -- Python 3.9.12, pytest-7.1.1, pluggy-1.0.0
platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
rootdir: /Users/johnmount/Documents/work/wvpy/pkg
plugins: anyio-3.5.0, cov-3.0.0
collected 20 items
Expand All @@ -19,18 +19,7 @@ tests/test_stats1.py . [ 90%]
tests/test_threshold_stats.py . [ 95%]
tests/test_typs_in_frame.py . [100%]

=============================== warnings summary ===============================
../../../../opt/anaconda3/envs/research_env/lib/python3.9/site-packages/seaborn/rcmod.py:82
/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.
if LooseVersion(mpl.__version__) >= "3.0":

../../../../opt/anaconda3/envs/research_env/lib/python3.9/site-packages/setuptools/_distutils/version.py:351
/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.
other = LooseVersion(other)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

---------- coverage: platform darwin, python 3.9.12-final-0 ----------
---------- coverage: platform darwin, python 3.9.7-final-0 -----------
Name Stmts Miss Cover
---------------------------------------------
wvpy/__init__.py 3 0 100%
Expand All @@ -41,4 +30,5 @@ wvpy/util.py 321 7 98%
---------------------------------------------
TOTAL 580 154 73%

======================= 20 passed, 2 warnings in 16.89s ========================

============================= 20 passed in 25.47s ==============================
Binary file modified pkg/dist/wvpy-0.3.3-py3-none-any.whl
Binary file not shown.
Binary file modified pkg/dist/wvpy-0.3.3.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion pkg/docs/search.js

Large diffs are not rendered by default.

37 changes: 18 additions & 19 deletions pkg/docs/wvpy.html

Large diffs are not rendered by default.

1,177 changes: 568 additions & 609 deletions pkg/docs/wvpy/jtools.html

Large diffs are not rendered by default.

381 changes: 190 additions & 191 deletions pkg/docs/wvpy/pysheet.html

Large diffs are not rendered by default.

237 changes: 118 additions & 119 deletions pkg/docs/wvpy/render_workbook.html

Large diffs are not rendered by default.

4,722 changes: 2,301 additions & 2,421 deletions pkg/docs/wvpy/util.html

Large diffs are not rendered by default.

26 changes: 0 additions & 26 deletions pkg/wvpy.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,8 @@
LICENSE
MANIFEST
MANIFEST.in
README.txt
setup.py
Doc/documentation.txt
docs/index.html
docs/search.js
docs/wvpy.html
docs/wvpy/jtools.html
docs/wvpy/pysheet.html
docs/wvpy/render_workbook.html
docs/wvpy/util.html
tests/__init__.py
tests/example_bad_notebook.ipynb
tests/example_good_notebook.ipynb
tests/example_parameterized_notebook.ipynb
tests/test_cross_plan1.py
tests/test_cross_predict.py
tests/test_deviance_calc.py
tests/test_eval_fn_pre_row.py
tests/test_match_auc.py
tests/test_nb_fns.py
tests/test_onehot.py
tests/test_perm_score_vars.py
tests/test_plots.py
tests/test_se.py
tests/test_search_grid.py
tests/test_stats1.py
tests/test_threshold_stats.py
tests/test_typs_in_frame.py
wvpy/__init__.py
wvpy/jtools.py
wvpy/pysheet.py
Expand Down

0 comments on commit 3acc382

Please sign in to comment.