Skip to content

Commit

Permalink
fix: wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Jul 6, 2024
1 parent 0690d98 commit 7213061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dijkstra3d.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ from libcpp.vector cimport vector
cimport numpy as cnp
import numpy as np

np.import_array()
cnp.import_array()

import warnings

Expand Down

0 comments on commit 7213061

Please sign in to comment.