|
@clewis7 this should fix the current CI failure |
Sorry, something went wrong.
|
📚 Docs preview built and uploaded! https://www.fastplotlib.org/ver/fix-screenshot |
Sorry, something went wrong.
|
I also changed the CI timeout from 10 mins to 15, for whatever reason it took llvmpipe etc. 7 mins to install. Maybe something changed on github actions 🤷♂️ . Anyways jobs usually finish in 5 mins, maybe stuff gets cached so if it hits a new machine or something it takes longer. |
Sorry, something went wrong.
|
idk what's taking so long with apt install on github actions lately, relaxed the timeout time to 25 mins 🤷♂️ |
Sorry, something went wrong.
|
wtf, so now all the jobs finished within 5mins?? Must be some caching things or apt servers were slow for some reason during those earlier runs |
Sorry, something went wrong.
my hunch is this is due to pygfx/pygfx#945
when set_data() is used, it wouldn't immediately update the camera related stuff which is why the axes don't appear on the initial draw after set_data(), as a user we don't notice it because that draw only lasts for a few milliseconds.