Closed cosimoNigro closed 1 year ago
Merging #129 (d9867ad) into master (e1c9f60) will increase coverage by
0.03%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #129 +/- ##
==========================================
+ Coverage 96.98% 97.02% +0.03%
==========================================
Files 38 38
Lines 3122 3094 -28
==========================================
- Hits 3028 3002 -26
+ Misses 94 92 -2
Flag | Coverage Δ | |
---|---|---|
unittests | 97.02% <100.00%> (+0.03%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
agnpy/emission_regions/blob.py | 91.24% <ø> (+0.27%) |
:arrow_up: |
agnpy/tests/test_emission_regions.py | 100.00% <ø> (ø) |
|
agnpy/spectra/spectra.py | 96.27% <100.00%> (ø) |
|
agnpy/tests/test_spectra.py | 98.70% <100.00%> (ø) |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
This PR updates the docs of
agnpy
, after the large modifications introduced by #124. Only thespectra
andemission_regions
module documentations are affected, but I am taking the opportunity to make a bit of clean-up and rearrangement of the docs before making a new release.