From 3dd894ba82666ac669b7621e42f43b3840873623 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:53:52 +0000 Subject: [PATCH 1/2] Initial plan From c5c8e388c583e3cd273a6fc694dc8d292a84d55c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 13:57:32 +0000 Subject: [PATCH 2/2] Fix F601 ruff errors: remove duplicate dictionary keys Co-authored-by: thinksyncs <42225585+thinksyncs@users.noreply.github.com> --- tests/test_refine_predictions_hessian_cli.py | 5 ----- 1 file changed, 5 deletions(-) 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], } ], }