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
I've noticed that running plot_schedule_airmass() is very slow when I activate the argument show_night=True, I'm talking like 8 seconds for a very simple plot. As this comment realized there is a lot of overlap here. My suggestion is calculating all midnights first and coloring in the nights once:
The text was updated successfully, but these errors were encountered:
michaelbaisch
changed the title
plot_schedule_airmass with 'show_night=True' is immensely slowplot_schedule_airmass with show_night=True is immensely slow
Mar 3, 2023
Greetings,
I've noticed that running
plot_schedule_airmass()
is very slow when I activate the argumentshow_night=True
, I'm talking like 8 seconds for a very simple plot. As this comment realized there is a lot of overlap here. My suggestion is calculating all midnights first and coloring in the nights once:This makes it a lot faster.
The text was updated successfully, but these errors were encountered: