Skip to content

Commit

Permalink
Update frontend/javascripts/admin/api/jobs.ts
Browse files Browse the repository at this point in the history
Co-authored-by: MichaelBuessemeyer <[email protected]>
  • Loading branch information
cdfhalle and MichaelBuessemeyer authored Nov 29, 2024
1 parent 2e2d915 commit 9b713b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/javascripts/admin/api/jobs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,9 +182,9 @@ export function startNeuronInferralJob(
doSplitMergerEvaluation: boolean,
annotationId?: string,
useSparseTracing?: boolean,
evalMaxEdgeLength?: string,
evalSparseTubeThresholdNm?: string,
evalMinMergerPathLengthNm?: string,
evalMaxEdgeLength?: number,
evalSparseTubeThresholdNm?: number,
evalMinMergerPathLengthNm?: number,
): Promise<APIJob> {
const urlParams = new URLSearchParams({
layerName,
Expand Down

0 comments on commit 9b713b7

Please sign in to comment.