Skip to content

Commit b3b6253

Browse files
committed
work render html in current dir
1 parent c95ef80 commit b3b6253

File tree

10 files changed

+3398
-3198
lines changed

10 files changed

+3398
-3198
lines changed

coverage.txt

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
============================= test session starts ==============================
2-
platform darwin -- Python 3.9.7, pytest-6.2.5, py-1.11.0, pluggy-1.0.0
2+
platform darwin -- Python 3.9.12, pytest-7.1.1, 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,7 +19,18 @@ tests/test_stats1.py . [ 90%]
1919
tests/test_threshold_stats.py . [ 95%]
2020
tests/test_typs_in_frame.py . [100%]
2121

22-
---------- coverage: platform darwin, python 3.9.7-final-0 -----------
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 ----------
2334
Name Stmts Miss Cover
2435
---------------------------------------------
2536
wvpy/__init__.py 3 0 100%
@@ -30,5 +41,4 @@ wvpy/util.py 321 7 98%
3041
---------------------------------------------
3142
TOTAL 579 154 73%
3243

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

pkg/dist/wvpy-0.3.3.tar.gz

95.7 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: 19 additions & 18 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/jtools.html

Lines changed: 607 additions & 566 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/pysheet.html

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

pkg/docs/wvpy/render_workbook.html

Lines changed: 119 additions & 118 deletions
Large diffs are not rendered by default.

pkg/docs/wvpy/util.html

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

pkg/wvpy.egg-info/SOURCES.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
11
LICENSE
2+
MANIFEST
23
MANIFEST.in
34
README.txt
45
setup.py
56
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
632
wvpy/__init__.py
733
wvpy/jtools.py
834
wvpy/pysheet.py

0 commit comments

Comments
 (0)