Skip to content

Little fixes to facilitate the sharr evaluation - #405

Draft
jmafoster1 wants to merge 4 commits into
mainfrom
jmafoster1/sharr-fixes
Draft

Little fixes to facilitate the sharr evaluation#405
jmafoster1 wants to merge 4 commits into
mainfrom
jmafoster1/sharr-fixes

Relative fitness function and proper copy method

d578e35
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 11, 2026 in 0s

98.35% (-0.20%) compared to e753b1e

View this Pull Request on Codecov

98.35% (-0.20%) compared to e753b1e

Details

Codecov Report

❌ Patch coverage is 92.30769% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.35%. Comparing base (e753b1e) to head (d578e35).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
causal_testing/discovery/hill_climber_discovery.py 85.71% 1 Missing ⚠️
causal_testing/specification/causal_dag.py 92.30% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #405      +/-   ##
==========================================
- Coverage   98.54%   98.35%   -0.20%     
==========================================
  Files          25       25              
  Lines        1514     1521       +7     
==========================================
+ Hits         1492     1496       +4     
- Misses         22       25       +3     
Files with missing lines Coverage Δ
causal_testing/__main__.py 99.16% <100.00%> (+<0.01%) ⬆️
causal_testing/causal_testing_framework.py 100.00% <100.00%> (ø)
causal_testing/discovery/nsga_discovery.py 100.00% <100.00%> (ø)
causal_testing/discovery/hill_climber_discovery.py 98.14% <85.71%> (-1.86%) ⬇️
causal_testing/specification/causal_dag.py 99.14% <92.30%> (-0.42%) ⬇️

... and 1 file 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 5e0d3cc...d578e35. Read the comment docs.

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