[FEAT] interactive notebook, tests and function rename#241
[FEAT] interactive notebook, tests and function rename#241callumrollo wants to merge 1 commit intoOceanGlidersCommunity:mainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
These segfaults are breaking my heart! Will troubleshoot tomorrow. Wonder why they're so fragile... I guess interactive plots are by definition difficult on a displayless test server |
|
Now that I've actually read the log files from the failing tests after just making a bunch of dumb edits, it looks like it always fails during file handling
In another PR, the tests that failed are the ones that took a while to start. Maybe some kind of issue with multiple runners trying to download the demo dataset at the same time? callumrollo#7 Weird, but could be something. Wonder how to debug this |
|
I've made a PR where I set gh actions to set each runner (e..g ubuntu 3.10, windows 3.12) sequentially after the previous one finishes, rather than all at once. Looks like it works?? |
|
Uhhh very interesting! |
|
maybe something going on with a xarray open of netCDF file not threadlocking? pydata/xarray#9779 idk man :/ |
This PR adds a notebook showcasing the interactive plots. It also adds tests to cover all the interactive functions as well as a small rename to remove the redundant interactive from
glidertest.interactive.interactive_<function_name>