Skip to content

Fixed iminuit not converging by forcing float64. Replaced vectorized …

77265f0
Select commit
Loading
Failed to load commit list.
Open

Point Source Spectral Fitting with Normalizing Flows Approximation for Response and Background #515

Fixed iminuit not converging by forcing float64. Replaced vectorized …
77265f0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 19, 2026 in 1s

59.52% (-11.67%) compared to 4911568

View this Pull Request on Codecov

59.52% (-11.67%) compared to 4911568

Details

Codecov Report

❌ Patch coverage is 0.53860% with 1662 lines in your changes missing coverage. Please review.
✅ Project coverage is 59.52%. Comparing base (4911568) to head (77265f0).
⚠️ Report is 9 commits behind head on develop.

Files with missing lines Patch % Lines
cosipy/threeml/optimized_unbinned_folding.py 0.00% 649 Missing ⚠️
cosipy/response/NFBase.py 0.00% 355 Missing ⚠️
cosipy/response/NFResponseModels.py 0.00% 164 Missing ⚠️
cosipy/background_estimation/NFBackgroundModels.py 0.00% 142 Missing ⚠️
cosipy/response/NFResponse.py 0.00% 117 Missing ⚠️
...py/background_estimation/nf_unbinned_background.py 0.00% 84 Missing ⚠️
cosipy/response/nf_instrument_response_function.py 0.00% 53 Missing ⚠️
cosipy/threeml/unbinned_model_folding.py 0.00% 47 Missing ⚠️
cosipy/background_estimation/NFBackground.py 0.00% 46 Missing ⚠️
cosipy/response/NFWorkerState.py 0.00% 4 Missing ⚠️
... and 1 more
Files with missing lines Coverage Δ
cosipy/data_io/EmCDSUnbinnedData.py 40.57% <100.00%> (ø)
cosipy/interfaces/expectation_interface.py 53.44% <ø> (ø)
cosipy/interfaces/source_response_interface.py 100.00% <100.00%> (ø)
cosipy/response/__init__.py 100.00% <100.00%> (ø)
cosipy/threeml/psr_fixed_ei.py 0.00% <0.00%> (ø)
cosipy/response/NFWorkerState.py 0.00% <0.00%> (ø)
cosipy/background_estimation/NFBackground.py 0.00% <0.00%> (ø)
cosipy/threeml/unbinned_model_folding.py 0.00% <0.00%> (ø)
cosipy/response/nf_instrument_response_function.py 0.00% <0.00%> (ø)
...py/background_estimation/nf_unbinned_background.py 0.00% <0.00%> (ø)
... and 5 more
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.