Fix useless line
This commit is contained in:
parent
d681acb703
commit
1441bae6e4
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ with (
|
||||||
) as f:
|
) as f:
|
||||||
model = pickle.load(f)
|
model = pickle.load(f)
|
||||||
|
|
||||||
i0 = np.argmin(np.abs((model.x - x0) + 1j * (model.z - z0)))
|
|
||||||
|
|
||||||
x0, idx0 = np.unique(model.x.astype(np.half), return_inverse=True)
|
x0, idx0 = np.unique(model.x.astype(np.half), return_inverse=True)
|
||||||
z0, idz0 = np.unique(model.z.astype(np.half), return_inverse=True)
|
z0, idz0 = np.unique(model.z.astype(np.half), return_inverse=True)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue