Stream: helpdesk (published)

Topic: Progress Bar in Terminal with DifferentialEquations.jl


view this post on Zulip Max Köhler (Feb 17 2021 at 03:23):

Hey there, I tried to follow this guide: https://diffeq.sciml.ai/stable/features/progress_bar/#Using-Progress-Bars-Outside-Juno to activate a progress bar/logger for my ODE Problem. However, nothing appears in the REPL. Is there anything I'm missing conceptually?

view this post on Zulip Max Köhler (Feb 23 2021 at 19:52):

This tutorial works if you setup the global_logger before doing anything else, e.g. in your startup.jl

view this post on Zulip Christopher Rackauckas (Feb 23 2021 at 19:55):

oh we had to remove the default handling because it made everything type unstable.

view this post on Zulip Christopher Rackauckas (Feb 23 2021 at 19:55):

Hmm... we need to figure this out.

view this post on Zulip Christopher Rackauckas (Feb 23 2021 at 19:55):

Add to the tutorial global logger setup?

view this post on Zulip Max Köhler (Feb 23 2021 at 19:58):

Sorry, I'm not sure if I understand correctly. Do you mean the docs should mention that the logger needs to be set up before anything else?

view this post on Zulip Christopher Rackauckas (Feb 23 2021 at 20:00):

Yeah

view this post on Zulip Max Köhler (Feb 23 2021 at 20:03):

ok sure, I can take care of that


Last updated: Oct 02 2023 at 04:34 UTC