Is your feature request related to a problem?
The dataset's duplication_factor is fixed at upload, limiting flexibility. While v2 allows a run to override it, users currently have no way to set it through the console.
Describe the solution you'd like
- Add an optional "Duplication factor" input (integer ≥ 1) to
RunEvaluationForm, defaulting to the dataset's stored factor
- Send
duplication_factor in the v2 run body only when changed by the user
Is your feature request related to a problem?
The dataset's
duplication_factoris fixed at upload, limiting flexibility. While v2 allows a run to override it, users currently have no way to set it through the console.Describe the solution you'd like
RunEvaluationForm, defaulting to the dataset's stored factorduplication_factorin the v2 run body only when changed by the user