There was an error while loading. Please reload this page.
1 parent 8b0ff21 commit 49ce701Copy full SHA for 49ce701
1 file changed
hal/placing/util.py
@@ -11,7 +11,7 @@
11
12
13
def robust_unique_grid_positions(
14
- pos: Dict[object, Tuple[float, float]]
+ pos: Dict[object, Tuple[float, float]],
15
) -> Dict[object, Tuple[int, int]]:
16
"""
17
Two-phase approach: place non-conflicting nodes first,
0 commit comments