Open davkovacs opened 2 years ago
I see what you mean, on a laptop it looks great, as output from the HPC it ends up looking a bit weird. I don't see why not
@cortner what is the current policy on tiny changes like this?
On IPFitting it should be a separate PR, on ACE1suit just add it somewhere.
But I would maybe caution. Is there a way to generally have different defaults for HPC vs local? Should there be a progress update but formatted differently?
add_fits!
prints a progress bar by default, but usually we submit jobs, and the progress bar gets outputted into a file, and looks quite bad + doesn't add much. I traced it back to come fromverbose = true
by default here: https://github.com/ACEsuit/IPFitting.jl/blob/628f335092bd8b79425d954502a232fd70460cf9/src/obsiter.jl#L81-L84If people agree could we change this default to
false
?