fix: officially remove top NormalizedIntensity#417
Conversation
|
Just a small note I can't put in the review: can expertsystem/src/expertsystem/amplitude/helicity_decay.py Lines 477 to 489 in 79e59f3 |
|
But generally I agree.
Is that because a phase space sample is not required anymore? |
|
I'll fix the tests now |
It can be removed for now. It will be needed when using for example background parts in the amplitude model. So something like |
Strenght parameter is removed form the model
79e59f3 to
0718a6a
Compare
|
#417 (comment) |
Codecov Report
@@ Coverage Diff @@
## master #417 +/- ##
==========================================
- Coverage 90.18% 89.48% -0.71%
==========================================
Files 26 26
Lines 3750 3747 -3
Branches 925 926 +1
==========================================
- Hits 3382 3353 -29
- Misses 185 201 +16
- Partials 183 193 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Yes, in cases where there is no internal normalizations going on, the phase space sample is not needed anymore. However it may still be needed in the the
|
There was a problem hiding this comment.
LGTM!
Just one comment #417 (comment) about the if else statement
See #417 (comment) |
Strength intensity is removed by #417
Currently the expertsystem and tensorwaves are not compatible, as the highest level
NormalizedIntensityis missing but is required when performing fits in tensorwaves.To simplify things I propose the following:
We officially remove this highest level
NormalizedIntensityas this is only required by fitting using a log likelihood estimator and belong there. This has several advantages:@redeboer @Leongrim @sebastianJaeger What do you think?