diff --git a/tests/test_refine_predictions_hessian_cli.py b/tests/test_refine_predictions_hessian_cli.py index acf67d3..fd6d9f0 100644 --- a/tests/test_refine_predictions_hessian_cli.py +++ b/tests/test_refine_predictions_hessian_cli.py @@ -39,11 +39,6 @@ def test_cli_smoke_refine_offsets(self): "log_z": math.log(4.0), "rot6d": [1.0, 0.0, 0.0, 0.0, 1.0, 0.0], "offsets": [0.0, 0.0], - "bbox": {"cx": 0.5, "cy": 0.5, "w": 0.2, "h": 0.2}, - # Target a depth value to force offsets refinement along +x (depth(u)=u). - "log_z": math.log(4.0), - "rot6d": [1.0, 0.0, 0.0, 0.0, 1.0, 0.0], - "offsets": [0.0, 0.0], } ], }