Closed
Description
I wanted to create new tailored gates using exp.create_polygon_gate
by specifying an existing gid
. While it worked, all my new tailored gates also created new populations, leading to population duplications (all referencing the same gid) in the gating tree.
When making the call to exp.create_polygon_gate
, I did specify create_population = False
but this parameter does not appear to be passed down to APIClient().post_gate
, which thus uses its default value of (create_population = True
)