Skip to content

Draft: Added a test that exposes a bug in Relatives::

Andrii Verbytskyi requested to merge searchtest into master
  • Added a test that exposes a bug in Relatives:: Briefly, the Relatives:: functions distinguish particles/vertices using their id(), however the particles/objects outside of event all have id equal to 0. Means that the results for these functions will differ for the same e.g. vertex inside and outside of event.

  • Code formatting

The bug is fixed in !248 , so this MR should be merged after that MR.

Edited by Andrii Verbytskyi

Merge request reports