Skip to content

Commit

Permalink
decouple data_algebra dependence
Browse files Browse the repository at this point in the history
mark newer versions of incoming packages
rebuild and retest
  • Loading branch information
JohnMount committed Sep 26, 2023
1 parent d66a6f4 commit bbb3cd8
Show file tree
Hide file tree
Showing 26 changed files with 1,968 additions and 473 deletions.
87 changes: 64 additions & 23 deletions coverage.txt
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
============================= test session starts ==============================
platform darwin -- Python 3.11.2, pytest-7.1.2, pluggy-1.0.0
platform darwin -- Python 3.11.5, pytest-7.4.0, pluggy-1.0.0
rootdir: /Users/johnmount/Documents/work/pyvtreat/pkg
plugins: anyio-3.5.0, cov-4.0.0
collected 44 items
plugins: anyio-3.5.0, cov-4.1.0
collected 45 items

pkg/tests/test_KDD2009.py . [ 2%]
pkg/tests/test_ai200_examples.py .. [ 6%]
pkg/tests/test_classification.py ... [ 13%]
pkg/tests/test_col_name_issues.py ... [ 20%]
pkg/tests/test_cross_plan_issues.py .. [ 25%]
pkg/tests/test_cross_plan_issues.py .. [ 24%]
pkg/tests/test_db_adapter.py ... [ 31%]
pkg/tests/test_dup.py . [ 34%]
pkg/tests/test_effect_scaler.py .. [ 38%]
pkg/tests/test_dup.py . [ 33%]
pkg/tests/test_effect_scaler.py .. [ 37%]
pkg/tests/test_grouped_stats.py . [ 40%]
pkg/tests/test_id_column_check.py . [ 43%]
pkg/tests/test_imputation_controls.py . [ 45%]
pkg/tests/test_logistic_small.py . [ 47%]
pkg/tests/test_max_levels.py . [ 50%]
pkg/tests/test_multinomial.py . [ 52%]
pkg/tests/test_nan_inf.py . [ 54%]
pkg/tests/test_outcome_name_required.py . [ 56%]
pkg/tests/test_pipeparams.py . [ 59%]
pkg/tests/test_pooled_calc.py . [ 61%]
pkg/tests/test_r1_issue.py . [ 63%]
pkg/tests/test_range.py . [ 65%]
pkg/tests/test_id_column_check.py . [ 42%]
pkg/tests/test_imputation_controls.py . [ 44%]
pkg/tests/test_logistic_small.py . [ 46%]
pkg/tests/test_max_levels.py . [ 48%]
pkg/tests/test_multinomial.py . [ 51%]
pkg/tests/test_nan_inf.py . [ 53%]
pkg/tests/test_outcome_name_required.py . [ 55%]
pkg/tests/test_pipeparams.py . [ 57%]
pkg/tests/test_pooled_calc.py .. [ 62%]
pkg/tests/test_r1_issue.py . [ 64%]
pkg/tests/test_range.py . [ 66%]
pkg/tests/test_regression.py . [ 68%]
pkg/tests/test_result_restriction.py . [ 70%]
pkg/tests/test_stats.py ..... [ 81%]
pkg/tests/test_result_restriction.py . [ 71%]
pkg/tests/test_stats.py ..... [ 82%]
pkg/tests/test_unexepcted_nan.py . [ 84%]
pkg/tests/test_unsup_perf.py . [ 86%]
pkg/tests/test_unsupervised.py . [ 88%]
pkg/tests/test_user_coders.py . [ 90%]
pkg/tests/test_user_coders.py . [ 91%]
pkg/tests/test_util.py .. [ 95%]
pkg/tests/test_xicor.py .. [100%]

Expand All @@ -43,22 +43,63 @@ pkg/tests/test_xicor.py .. [100%]
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/lark/utils.py:117: DeprecationWarning: module 'sre_constants' is deprecated
import sre_constants

../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/google/rpc/__init__.py:18
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/google/rpc/__init__.py:18: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources

../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)

../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.cloud')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)

../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2350
../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2350
../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2350
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2350: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(parent)

../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.logging')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)

../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/pkg_resources/__init__.py:2871: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('mpl_toolkits')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
declare_namespace(pkg)

../../../opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/google/rpc/__init__.py:20
/Users/johnmount/opt/anaconda3/envs/vtreat_dev_env/lib/python3.11/site-packages/google/rpc/__init__.py:20: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('google.rpc')`.
Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages
pkg_resources.declare_namespace(__name__)

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

---------- coverage: platform darwin, python 3.11.2-final-0 ----------
---------- coverage: platform darwin, python 3.11.5-final-0 ----------
Name Stmts Miss Cover
-------------------------------------------------------------
pkg/vtreat/__init__.py 6 0 100%
pkg/vtreat/cross_plan.py 50 1 98%
pkg/vtreat/effect_scaler.py 59 4 93%
pkg/vtreat/partial_pooling_estimator.py 34 0 100%
pkg/vtreat/stats_utils.py 132 0 100%
pkg/vtreat/test_util.py 84 18 79%
pkg/vtreat/transform.py 14 0 100%
pkg/vtreat/util.py 149 8 95%
pkg/vtreat/vtreat_api.py 285 34 88%
pkg/vtreat/vtreat_db_adapter.py 69 0 100%
pkg/vtreat/vtreat_impl.py 711 61 91%
-------------------------------------------------------------
TOTAL 1509 108 93%
TOTAL 1593 126 92%

================== 44 passed, 2 warnings in 108.31s (0:01:48) ==================
================= 45 passed, 15 warnings in 710.61s (0:11:50) ==================
2 changes: 1 addition & 1 deletion docs/search.js

Large diffs are not rendered by default.

Loading

0 comments on commit bbb3cd8

Please sign in to comment.