We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4213298 commit b9cea9eCopy full SHA for b9cea9e
graphs/multi_heuristic_astar.py
@@ -79,7 +79,7 @@ def key(start: TPos, i: int, goal: TPos, g_function: dict[TPos, float]):
79
80
81
def do_something(back_pointer, goal, start):
82
- grid = np.chararray((n, n))
+ grid = np.char.chararray((n, n))
83
for i in range(n):
84
for j in range(n):
85
grid[i][j] = "*"
0 commit comments