ATTPC / attpc_engine

AT-TPC Monte Carlo simulation engine in Python
GNU General Public License v3.0
1 stars 0 forks source link

Pipeline verification bug #8

Closed sigmanotation closed 4 months ago

sigmanotation commented 4 months ago

Till and I tried to put two decays in a pipeline but it was flagged as broken. Upon inspection the error is in line 162 of pipeline.py where the if statement compares the previous residual to the current residual instead of the current parent.

gwm17 commented 4 months ago

Fixed in v0.1.2