projects
/
pytorch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca5136e
)
Update.
author
François Fleuret
<francois@fleuret.org>
Thu, 3 Oct 2024 17:53:49 +0000
(19:53 +0200)
committer
François Fleuret
<francois@fleuret.org>
Thu, 3 Oct 2024 17:53:49 +0000
(19:53 +0200)
grid.py
patch
|
blob
|
history
diff --git
a/grid.py
b/grid.py
index
fcf741b
..
bddda6d
100755
(executable)
--- a/
grid.py
+++ b/
grid.py
@@
-189,13
+189,14
@@
grid = FormalGrid(device=device)
grid_set = grid.new_grid_set(
[
- "
2
top",
+ "
4
top",
"4 right",
+ "1 top",
+ "1 left",
"1 left_of 2",
"2 left_of 3",
"1 2 4 right_angle",
"1 2 3 aligned",
- # "3 2 diagonal",
"2 further_away_from 3 than 4",
],
)