Skip to content

Commit

Permalink
fix trailing comma not supported on HPC
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai committed Oct 16, 2023
1 parent 1e5a988 commit a99ad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flepimop/main_scripts/inference_slot.R
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ for(seir_modifiers_scenario in seir_modifiers_scenarios) {
run_id=opt$run_id,
prefix=reticulate::py_none(), # we let gempyor create setup prefix
inference_filepath_suffix=global_intermediate_filepath_suffix,
inference_filename_prefix=slotblock_filename_prefix,
inference_filename_prefix=slotblock_filename_prefix
#index =
)
}, error = function(e) {
Expand Down

0 comments on commit a99ad13

Please sign in to comment.