Skip to content

Gate creation from experiment resource ignores the create_population parameter #118

Closed
@gingo00

Description

@gingo00

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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions