use hmm for ipe model #527
Annotations
6 errors
Ruff (F821):
src/b3d/modeling_utils.py#L196
src/b3d/modeling_utils.py:196:9: F821 Undefined name `warnings`
|
Ruff (F841):
test_b3d_tracking_batch.py#L188
test_b3d_tracking_batch.py:188:37: F841 Local variable `posterior_scales` is assigned to but never used
|
Ruff (F841):
test_b3d_tracking_batch.py#L188
test_b3d_tracking_batch.py:188:55: F841 Local variable `scores` is assigned to but never used
|
Ruff (F841):
test_make_animation_tracking.py#L126
test_make_animation_tracking.py:126:37: F841 Local variable `posterior_scales` is assigned to but never used
|
Ruff (F841):
test_make_animation_tracking.py#L126
test_make_animation_tracking.py:126:55: F841 Local variable `scores` is assigned to but never used
|
ruff
Process completed with exit code 1.
|