You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you add a print statement in cycle_app.py where plot_eigenvalues is called and refresh the app, you see that print statement displayed 3 times. For some reason that callback is executed too many times. If you change the bike selection it them seems to execute 4 times. These callbacks should only be executed once per change of any input box and ideally once per load.
I agree this is an issue. It doesn't really seem to break anything at the moment but it certainly should be debugged. It's been happening ever since I originally implemented that callback, and I'm not at all sure why it's happening. I think we should take a look at it during our meeting this week.
If you add a print statement in cycle_app.py where plot_eigenvalues is called and refresh the app, you see that print statement displayed 3 times. For some reason that callback is executed too many times. If you change the bike selection it them seems to execute 4 times. These callbacks should only be executed once per change of any input box and ideally once per load.
@sandertyu
The text was updated successfully, but these errors were encountered: