anthofflab / RobustAdaptiveMetropolisSampler.jl

A Julia implementation of the RAM algorithm (Vihola, 2012)
MIT License
10 stars 2 forks source link

Potential issue with progress bar display #11

Open FrankErrickson opened 5 years ago

FrankErrickson commented 5 years ago

When I run a model calibration, the progress bar is continuously updating new lines in the Julia console, rather than having a single line that progresses from 0% to 100%. I've attached an image to show what I'm talking about.

image

davidanthoff commented 5 years ago

I think the most likely explanation might be that you have a println statement somewhere in your code?

FrankErrickson commented 5 years ago

This is with the file calibrate_climate_model.jl in the SC-CH4 replication repo. As far as I can tell, nothing in there is using a println statement.

*Update: It seemed to fix itself after staying on 63% for a while. After that, a single bar that continued to progress towards 100% appeared.

image

davidanthoff commented 5 years ago

Maybe it is related to the terminal you are using?