Skip to content

Commit 3ff9143

Browse files
div-tygsrosenbu
andauthored
Update benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/main.nf
Co-authored-by: Sjard Mathis Rosenbusch <69848361+srosenbu@users.noreply.github.com>
1 parent 5f98518 commit 3ff9143

File tree

1 file changed

+4
-4
lines changed
  • benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow

1 file changed

+4
-4
lines changed

benchmarks/linear-elastic-plate-with-hole/FEniCS_nextflow/main.nf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ process summary {
9797
workflow {
9898

9999
def ch_parameter_files = Channel.fromPath('parameters_*.json', checkIfExists: true)
100-
//ch_parameter_files.view()
100+
101101

102102
def parameters_files = files('parameters_*.json')
103103
def names = parameters_files.baseName.collect{it.split('_')[1]}
104-
//println names
104+
105105
def ch_file_names = Channel.fromList(names)
106106

107107
output_gen_input_files = generate_input_files(params.ip_files_script, ch_file_names, ch_parameter_files)
108-
//output_gen_input_files.view()
108+
109109
output_run_sim = run_simulation(params.run_sim_script, output_gen_input_files)
110-
//output_run_sim.view()
110+
111111
summary(output_run_sim)
112112
}

0 commit comments

Comments
 (0)