aiverify icon indicating copy to clipboard operation
aiverify copied to clipboard

Unique Instance Run

Open thomasimda opened this issue 1 year ago • 0 comments

Enable a unique instance of the algorithm to be run from a single widget.

User Story: As a widget designer, I want my widget to run a unique instance of the test, even if the test has already been run.

Current Behaviour: Widget calling algo will use the existing result if the test has already been run.

Target Behaviour: Widget calling algo with a "unique_instance" flag will always run a fresh test, even if the test has already been run.

thomasimda avatar Jun 06 '23 16:06 thomasimda