Fixed test_decayfinder for undefined behavior

This test is using heavily cppyy, but ownership and scoping of C++ object is inexistent there, leading to undefined behavior The fix is as horrible as the code : make all local variables global to be sure nothing is deleted which should not be. This test should probaby be rewritten in plain C++

Merge request reports

Loading