Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Dec 5, 2024
1 parent 4b70653 commit 5803292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etl/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def create_dataset(
# Expand long to wide
if long_to_wide:
if ds.metadata.channel != "grapher":
log.warning("long_to_wide=True should be only used in grapher channel")
log.warning("It is recommended to use long_to_wide=True only in the grapher channel")

dim_names = set(table.index.names) - {"country", "year", "date"}
if dim_names:
Expand Down

0 comments on commit 5803292

Please sign in to comment.