diff --git a/src/callbacks.jl b/src/callbacks.jl index 1686f52..f023a9b 100644 --- a/src/callbacks.jl +++ b/src/callbacks.jl @@ -80,7 +80,9 @@ function (cb::GeoOptDefaultCallback)(optim_state, geoopt_state) pretty_table(stdout, reshape(getindex.(fields, 3), 1, length(fields)); table_format, title, show_column_labels, column_labels=getindex.(fields, 1), - fixed_data_column_widths=getindex.(fields, 2)) + fixed_data_column_widths=getindex.(fields, 2), + # show full table regardless of displaysize + fit_table_in_display_horizontally=false) cb.always_show_header && println(stdout) flush(stdout)