Closed candidechamp closed 1 year ago
Merging #92 (3576105) into main (ac886de) will decrease coverage by
0.02%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #92 +/- ##
==========================================
- Coverage 15.74% 15.72% -0.02%
==========================================
Files 51 51
Lines 5526 5533 +7
==========================================
Hits 870 870
- Misses 4656 4663 +7
Flag | Coverage Δ | |
---|---|---|
unittests | 15.72% <0.00%> (-0.02%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
reeds/modules/do_RE_EDS_eoffRebalancing.py | 0.00% <0.00%> (ø) |
|
reeds/modules/do_RE_EDS_mixedOptimisation.py | 0.00% <0.00%> (ø) |
Description
Simply removed (reduce) the number of user available input parameters so only the intensity factor is given to the module starting either type of optimization which involves rebalancing of the energy offsets.
The pseudo-count is calculated automatically inside the code to avoid confusing the user as to which parameter should be changed, and the number of states is simply read from the imd file.
Status