Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Jan 9, 2025
1 parent 2b6a375 commit 09f4320
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pymorize/cmorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,10 @@ def _post_init_populate_rules_with_data_request_variables(self):
else:
rule_for_var.data_request_variables.append(drv)
# FIXME: This needs a better name...
self._rules_expand_drvs()
self._rules_depluralize_drvs()
# Cluster might need to be copied:
with DaskContext(self._cluster):
self._rules_expand_drvs()
self._rules_depluralize_drvs()

def _post_init_populate_rules_with_dimensionless_unit_mappings(self):
"""
Expand Down

0 comments on commit 09f4320

Please sign in to comment.