jiangyi15 / tf-pwa

Partial Wave Analysis using TensorFlow.
MIT License
27 stars 13 forks source link

Fix decay topo #106

Closed jiangyi15 closed 1 year ago

jiangyi15 commented 1 year ago

Avoid same name in one decay chain.

A->B+B => A -> B + B:1

new option:

constrains:
   decay:  
       decay_d: 3.0
codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 79.10% and no project coverage change.

Comparison is base (bb5236f) 75.91% compared to head (08563a6) 75.91%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #106 +/- ## ======================================= Coverage 75.91% 75.91% ======================================= Files 108 108 Lines 15611 15667 +56 Branches 2927 2945 +18 ======================================= + Hits 11851 11894 +43 - Misses 3067 3075 +8 - Partials 693 698 +5 ``` | [Flag](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/106/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/106/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | `75.91% <79.10%> (+<0.01%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#carryforward-flags-in-the-pull-request-comment) to find out more. | [Files Changed](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29) | Coverage Δ | | |---|---|---| | [tf\_pwa/data.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL2RhdGEucHk=) | `77.97% <0.00%> (-0.23%)` | :arrow_down: | | [tf\_pwa/config\_loader/config\_loader.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL2NvbmZpZ19sb2FkZXIvY29uZmlnX2xvYWRlci5weQ==) | `67.70% <59.09%> (-0.28%)` | :arrow_down: | | [tf\_pwa/config\_loader/decay\_config.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL2NvbmZpZ19sb2FkZXIvZGVjYXlfY29uZmlnLnB5) | `75.59% <90.47%> (+2.28%)` | :arrow_up: | | [tf\_pwa/particle.py](https://app.codecov.io/gh/jiangyi15/tf-pwa/pull/106?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jiang+Yi+%28%E8%92%8B%E8%89%BA%29#diff-dGZfcHdhL3BhcnRpY2xlLnB5) | `88.94% <100.00%> (+0.03%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.