Skip to content

Commit b93a3e0

Browse files
committed
[BUGFIXED]-Updated estimates with walltime param
1 parent 370995c commit b93a3e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/deconvolution/Devices.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
this.loading=true
303303
304304
let response = await DeconvolutionAPI.execute_microvolution(this.serie.outputPath, parseInt(this.serie.instances),
305-
this.serie.mem, this.serie.gpus, this.serie, jobs, false, true, false)
305+
this.serie.mem, this.serie.gpus, this.serie.walltime,this.serie, jobs, false, true, false)
306306
307307
this.overlay =false
308308
this.loading=false

0 commit comments

Comments
 (0)