Skip to content

Commit 39770a1

Browse files
committed
flush log file in each step [skip ci]
1 parent b2333bb commit 39770a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ParameterSpace.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ function analyse_function(func::Function, Params, arg...;
123123

124124
if !isnothing(outputdir)
125125
write(file, join(string.(coord), ";") * "\n")
126+
flush(file)
126127
end
127128

128129
next!(progress, showvalues = [

0 commit comments

Comments
 (0)