Skip to content

af: defer device→host materialisation to AFEstimationResult.to_numpy()

d5b72d6
Select commit
Loading
Failed to load commit list.
Open

Add Antweiler-Freyberger (2025) iterative quadrature estimator #89

af: defer device→host materialisation to AFEstimationResult.to_numpy()
d5b72d6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 18, 2026 in 1s

95.28% (target 87.50%)

View this Pull Request on Codecov

95.28% (target 87.50%)

Details

Codecov Report

❌ Patch coverage is 93.53169% with 350 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.28%. Comparing base (2d56c8e) to head (d5b72d6).

Files with missing lines Patch % Lines
src/skillmodels/af/inference.py 70.83% 91 Missing ⚠️
src/skillmodels/af/transition_period.py 84.11% 61 Missing ⚠️
src/skillmodels/amn/start_values.py 87.97% 35 Missing ⚠️
src/skillmodels/amn/moments.py 83.49% 17 Missing ⚠️
src/skillmodels/amn/simulate_and_regress.py 90.95% 17 Missing ⚠️
src/skillmodels/amn/posterior_states.py 86.45% 13 Missing ⚠️
src/skillmodels/common/constraints.py 83.33% 13 Missing ⚠️
src/skillmodels/af/initial_period.py 95.45% 12 Missing ⚠️
src/skillmodels/af/estimate.py 93.03% 11 Missing ⚠️
src/skillmodels/common/transition_functions.py 61.53% 10 Missing ⚠️
... and 19 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #89      +/-   ##
==========================================
- Coverage   96.91%   95.28%   -1.63%     
==========================================
  Files          57      105      +48     
  Lines        4952    10212    +5260     
==========================================
+ Hits         4799     9731    +4932     
- Misses        153      481     +328     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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