Skip to content

Commit 50f0e85

Browse files
Remove initial None set for spatial hash
Co-authored-by: Nick Hodgskin <36369090+VeckoTheGecko@users.noreply.github.com>
1 parent 29e5fe0 commit 50f0e85

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parcels/spatialhash.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ def __init__(
118118
self._zhigh = np.zeros_like(self._xlow)
119119

120120
# Generate the mapping from the hash indices to unstructured grid elements
121-
self._hash_table = None
122121
self._hash_table = self._initialize_hash_table()
123122

124123
def _initialize_hash_table(self):

0 commit comments

Comments
 (0)