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
ci: green the minimal-install test lanes (skip optional-dep tests; resolve split json)
PR #211's macOS / minimal-install CI lane is red on pre-existing failures
unrelated to the malis change: several optional deps (numba, zarr, optuna,
em_erl, waterz) and the ABISS `ws` binary are absent there, and config_io
did not resolve per-split `json` paths.
- config_io.resolve_data_paths: resolve per-split `json` like image/label/mask
(fixes test_resolve_data_paths_resolves_test_json). Also drops an unused
inference_cfg local and wraps a long message (flake8 F841/E501) so the file
stays lint-clean now that it is in the diff.
- guard optional-dependency tests with importorskip/skipif so they skip rather
than error when the dep is absent, matching the existing zarr/tifffile idiom:
waterz (both decoder test modules), optuna trial-timeout tests, zarr aux-cache
test, em_erl nerl/skeleton tests, numba threshold-sensitivity, and the ABISS
relative-script test (guarded on lib/abiss/build/ws).
Verified: under a simulated minimal install the previously-failing tests now
skip; with the deps installed they still pass.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments