quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
311 stars 50 forks source link

Tests are failing for magicgui > 0.5 #276

Closed p-j-smith closed 1 year ago

p-j-smith commented 1 year ago

Several of the tests are failing since updating to the latest release of magicgui. Here's a summary below:

============================================= short test summary info ==============================================
FAILED napari_btrack/_tests/test_dock_widget.py::test_config_to_widgets_round_trip[/Users/paul/Library/Caches/btrack-examples/examples/cell_config.json] - AttributeError: 'Container' object has no attribute 'A'
FAILED napari_btrack/_tests/test_dock_widget.py::test_config_to_widgets_round_trip[/Users/paul/Library/Caches/btrack-examples/examples/particle_config.json] - AttributeError: 'Container' object has no attribute 'A'
FAILED napari_btrack/_tests/test_dock_widget.py::test_save_button - psygnal._signal.EmitLoopError: calling <psygnal._weak_callback._StrongFunction object at 0x1470892c0> with args...
FAILED napari_btrack/_tests/test_dock_widget.py::test_reset_button - AttributeError: 'Container' object has no attribute 'A'
FAILED napari_btrack/_tests/test_dock_widget.py::test_run_button - psygnal._signal.EmitLoopError: calling <psygnal._weak_callback._StrongFunction object at 0x146fa84c0> with args...
===================================== 5 failed, 2 passed, 3 warnings in 6.62s ======================================