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.
1 parent 769a9f7 commit da07836Copy full SHA for da07836
src/prints.jl
@@ -16,7 +16,7 @@ function print_coefs_stats(coefs_stats::CoefsStats{T}) where T
16
offset = 1
17
for i in coefs_stats.unknowns.ω
18
p_c, p_std, p_t_stat, p_p_val = print_coefs_sta(coefs_stats, offset)
19
- p = build_print(p_c, p_std, p_t_stat, p_p_val, "ω_$i")
+ p = build_print(p_c, p_std, p_t_stat, p_p_val, "omega_$i")
20
println(p)
21
offset += 1
22
end
0 commit comments