You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to rerun a merlin pipeline after it has failed or been interrupted, merlin fails early with an error complaining about a task already existing.
merlin.core.analysistask.AnalysisAlreadyExistsException: Analysis task with name Optimize1 already exists in this data set with different parameters.
It looks like this is happening because the when the fov_index parameter is not set for an OptimizeIteration task, it is generated with np.random.choice which returns different values each time it runs.
The text was updated successfully, but these errors were encountered:
When trying to rerun a merlin pipeline after it has failed or been interrupted, merlin fails early with an error complaining about a task already existing.
It looks like this is happening because the when the
fov_index
parameter is not set for anOptimizeIteration
task, it is generated withnp.random.choice
which returns different values each time it runs.The text was updated successfully, but these errors were encountered: