Conversation
|
About 100 linting errors for Bokeh to fix, over 9 files: https://github.com/malariagen/malariagen-data-python/actions/runs/21069645421/job/60595592158?pr=846 |
|
Down to 57 linting errors to fix for Bokeh, over 8 files: https://github.com/malariagen/malariagen-data-python/actions/runs/21073854626/job/60610492236?pr=846 |
|
Down to 38 errors in 8 files, mostly around a few obsolete keyword args in Bokeh's |
…active_scroll, active_drag (in v3.8.2 docs & src)
|
Since Bokeh docs & source code for v3.8.2 appear to still support the keyword args ( However, this might need further checking and revisiting later. There is still one linting error to resolve, namely |
|
Linting tests now pass: https://github.com/malariagen/malariagen-data-python/actions/runs/21182236081/job/60927279425?pr=846 Now working on the failing Notebook tests, which appear to be caused by the linting amends for the Bokeh upgrade, so some linting amends might need tweaking: https://github.com/malariagen/malariagen-data-python/actions/runs/21182236110/job/60927279285?pr=846 Unfortunately, other tests are still failing due to the sporadic segmentation fault, issue #835: https://github.com/malariagen/malariagen-data-python/actions/runs/21182236064/job/60927279399?pr=846 |
|
The Notebook tests now pass: https://github.com/malariagen/malariagen-data-python/actions/runs/21243730389/job/61127633039?pr=846 As do the linting and the integration tests:
However, the unit and coverage tests appear to fail (36 passed, 865 errors), when not halted by the segfault issue, even though tests all pass locally (873 passed, 310 warnings):
I will try to investigate those test failures, but we're obviously still going to be hampered by the sporadic segfault, so I'll return to trying to help investigate that (#835) soon. I was rather hoping that rejigging the package dependencies might magically resolve it, since we're currently out of ideas. |
|
The Noting here that the change from |
Re: issue #845