Skip to content

Commit

Permalink
Fix print in gradient flow
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaFuwa committed Oct 27, 2024
1 parent 37f33e0 commit 332e924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smearing/gradientflow.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function GradientFlow(
@level1("| FLOW TIME PER GFLOW: $(tf)")
@level1("| INTEGRATION STEPS PER GFLOW: $(steps)")
@level1("| INTEGRATION STEP SIZE: $(ϵ)")
@level1("| MEASURING ON GFLOW NUMBERS: $(measure_at...)")
@level1("| MEASURING ON GFLOW NUMBERS: $(string(measure_at))")
@level1("\n")
return GradientFlow{TI,TG,typeof(Z)}(numflow, steps, ϵ, tf, measure_at, Uflow, Z)
end
Expand Down

0 comments on commit 332e924

Please sign in to comment.