Skip to content

Commit 32c7403

Browse files
author
github-actions
committed
GitHub Action: Apply Pep8-formatting
1 parent 6b631a4 commit 32c7403

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/extpar_art_to_buffer.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ def calculate_soil_fraction_optimized(target_grid,
237237
ones = np.ones((raw_lon.size))
238238

239239
nrows = np.arange(raw_lat.size)
240-
Parallel(n_jobs=omp, max_nbytes='100M', mmap_mode='w+')(
241-
delayed(get_neighbor_index)(i, raw_lon, raw_lat, neighbor_ids, ones, balltree)
242-
for i in tqdm(nrows))
240+
Parallel(n_jobs=omp, max_nbytes='100M', mmap_mode='w+')(delayed(
241+
get_neighbor_index)(i, raw_lon, raw_lat, neighbor_ids, ones, balltree)
242+
for i in tqdm(nrows))
243243

244244
# --------------------------------------------------------------------------
245245
logging.info("")

0 commit comments

Comments
 (0)