Add grid/table cell addressing by row/col#335
Merged
Conversation
Not up to standards ⛔
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Round-11, automation-core (locate lane).
anchor_locatordoes pairwise spatial relations but nothing addresses a 2-D grid — "the cell at row 3, column 2" of a table.Layers
je_auto_control/utils/grid_locator/grid_locator.py—cluster_grid(boxes → rows by centre-y withinrow_tolerance, cells by centre-x) andlocate_cell(centre of the 0-based (row,col) cell). Pure; box enumeration stays the caller's job (no real screen). No PySide6.__all__.AC_grid_cell(JSONboxes+ row/col).ac_grid_cell.CommandSpecunder Mouse.Tests / docs
test/unit_test/headless/test_grid_locator_batch.py— 8 headless tests (cluster rows/cols, cell centre, out-of-range, row_tolerance merge/split, empty + executor round-trip + wiring + facade). Fully pure.v125_features_doc.rst+ toctrees; 3 WHATS_NEW entries.Note: Codacy may show
action_requiredfrom its coverage gate only (issues=0); SonarCloud + all GitHub Actions are the substantive gates.