Skip to content

Jmafoster1/marie kondo - #402

Merged
jmafoster1 merged 31 commits into
mainfrom
jmafoster1/marie-kondo
Jul 29, 2026
Merged

Jmafoster1/marie kondo#402
jmafoster1 merged 31 commits into
mainfrom
jmafoster1/marie-kondo

_adjustment_set_from_formula now uses a set rather than a sorted list

e753b1e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2026 in 0s

98.54% (+0.36%) compared to 3e6fd99

View this Pull Request on Codecov

98.54% (+0.36%) compared to 3e6fd99

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.54%. Comparing base (3e6fd99) to head (e753b1e).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #402      +/-   ##
==========================================
+ Coverage   98.18%   98.54%   +0.36%     
==========================================
  Files          32       25       -7     
  Lines        1704     1514     -190     
==========================================
- Hits         1673     1492     -181     
+ Misses         31       22       -9     
Files with missing lines Coverage Δ
causal_testing/__main__.py 99.15% <100.00%> (+3.41%) ⬆️
causal_testing/causal_testing_framework.py 100.00% <100.00%> (ø)
causal_testing/discovery/abstract_discovery.py 100.00% <100.00%> (ø)
causal_testing/discovery/hill_climber_discovery.py 100.00% <100.00%> (+1.78%) ⬆️
causal_testing/estimation/abstract_estimator.py 100.00% <100.00%> (ø)
...esting/estimation/abstract_regression_estimator.py 100.00% <100.00%> (+3.70%) ⬆️
...ausal_testing/estimation/experimental_estimator.py 100.00% <100.00%> (ø)
...ting/estimation/instrumental_variable_estimator.py 100.00% <100.00%> (ø)
causal_testing/estimation/ipcw_estimator.py 99.25% <ø> (-0.02%) ⬇️
..._testing/estimation/linear_regression_estimator.py 100.00% <100.00%> (ø)
... and 5 more

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 355f04d...e753b1e. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.