Skip to content

Commit da07836

Browse files
fix omega print (#95)
1 parent 769a9f7 commit da07836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prints.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function print_coefs_stats(coefs_stats::CoefsStats{T}) where T
1616
offset = 1
1717
for i in coefs_stats.unknowns.ω
1818
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")
19+
p = build_print(p_c, p_std, p_t_stat, p_p_val, "omega_$i")
2020
println(p)
2121
offset += 1
2222
end

0 commit comments

Comments
 (0)