Skip to content

Commit 1613a1d

Browse files
committed
rebuild
1 parent ba07440 commit 1613a1d

19 files changed

+10753
-10245
lines changed

coverage.txt

Lines changed: 13 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.15, pytest-7.1.2, pluggy-1.0.0
33
rootdir: /Users/johnmount/Documents/work/pyvtreat/pkg
44
plugins: anyio-3.5.0, cov-3.0.0
55
collected 42 items
@@ -32,7 +32,17 @@ pkg/tests/test_user_coders.py . [ 90%]
3232
pkg/tests/test_util.py .. [ 95%]
3333
pkg/tests/test_xicor.py .. [100%]
3434

35-
---------- coverage: platform darwin, python 3.9.7-final-0 -----------
35+
=============================== warnings summary ===============================
36+
tests/test_dup.py::test_dup
37+
tests/test_pipeparams.py::test_pipeparams
38+
tests/test_unsupervised.py::test_unsupervised
39+
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.9/site-packages/_pytest/python.py:192: PytestRemovedIn8Warning: Passing None has been deprecated.
40+
See https://docs.pytest.org/en/latest/how-to/capture-warnings.html#additional-use-cases-of-warnings-in-tests for alternatives in common use cases.
41+
result = testfunction(**testargs)
42+
43+
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
44+
45+
---------- coverage: platform darwin, python 3.9.15-final-0 ----------
3646
Name Stmts Miss Cover
3747
-----------------------------------------------------
3848
pkg/vtreat/__init__.py 6 0 100%
@@ -47,5 +57,4 @@ pkg/vtreat/vtreat_impl.py 703 58 92%
4757
-----------------------------------------------------
4858
TOTAL 1457 104 93%
4959

50-
51-
======================== 42 passed in 101.16s (0:01:41) ========================
60+
================== 42 passed, 3 warnings in 101.82s (0:01:41) ==================

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.

docs/vtreat.html

Lines changed: 91 additions & 82 deletions
Large diffs are not rendered by default.

docs/vtreat/cross_plan.html

Lines changed: 314 additions & 311 deletions
Large diffs are not rendered by default.

docs/vtreat/effect_scaler.html

Lines changed: 413 additions & 382 deletions
Large diffs are not rendered by default.

docs/vtreat/stats_utils.html

Lines changed: 620 additions & 552 deletions
Large diffs are not rendered by default.

docs/vtreat/transform.html

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

docs/vtreat/util.html

Lines changed: 819 additions & 728 deletions
Large diffs are not rendered by default.

docs/vtreat/vtreat_api.html

Lines changed: 2667 additions & 2552 deletions
Large diffs are not rendered by default.

docs/vtreat/vtreat_db_adapter.html

Lines changed: 339 additions & 331 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)