Skip to content

Commit 9421da4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e54fca5 commit 9421da4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/parcels/_core/spatialhash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def __init__(
207207
self._zhigh = np.zeros_like(self._xlow)
208208

209209
# Cap the quantization resolution so the hash table stays within a fixed entry
210-
# budget.
210+
# budget.
211211
budget = max(_HASH_ENTRIES_PER_FACE * np.size(self._xlow), _HASH_ENTRY_BUDGET_MIN)
212212
if self._total_hash_entries(self._bitwidth) > budget:
213213
# Binary search for the largest bitwidth whose table fits the budget. The

0 commit comments

Comments
 (0)