Skip to content

Commit 3a97a1f

Browse files
committed
remove old development comment
1 parent 58d058b commit 3a97a1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cf/regrid/regrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,7 @@ def create_esmpy_weights(
25702570
compute_weights = True
25712571

25722572
from_file = True
2573-
if compute_weights: # or esmpy_regrid_operator is not None:
2573+
if compute_weights:
25742574
partitioned_dst_grid = dst_grid_partitions > 1
25752575
if debug:
25762576
from resource import RUSAGE_SELF, getrusage

0 commit comments

Comments
 (0)