Skip to content
Snippets Groups Projects
Commit 4efc0aa6 authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Cleaned up unused variables

parent 5243e3cf
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,6 @@ def pad(yxcz, mpx: int):
:return: np.ndarray array of size (mpx, mpx, nc, nz)
"""
assert len(yxcz.shape) == 4
nc = yxcz.shape[2]
nz = yxcz.shape[3]
dh = 0.5 * (mpx - yxcz.shape[0])
dw = 0.5 * (mpx - yxcz.shape[1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment