We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 064e3d1 + 61a620b commit 9a9aeb9Copy full SHA for 9a9aeb9
src/mcs/montecarlo.jl
@@ -93,7 +93,7 @@ function save_trial_results(mcs::MonteCarloSimulation, output_dir::AbstractStrin
93
for (i, results) in enumerate(mcs.results)
94
if multiple_results
95
sub_dir = joinpath(output_dir, "model_$i")
96
- mkpath(sub_dir, 0o750)
+ mkpath(sub_dir, mode=0o750)
97
else
98
sub_dir = output_dir
99
end
0 commit comments