Skip to content

Commit

Permalink
grapher
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Dec 2, 2024
1 parent 326aec6 commit 4e2fba8
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ def run(dest_dir: str) -> None:
#
# Create a new grapher dataset with the same metadata as the garden dataset.
ds_grapher = create_dataset(
dest_dir, tables=tables, check_variables_metadata=True, default_metadata=ds_garden.metadata
dest_dir,
tables=tables,
check_variables_metadata=True,
default_metadata=ds_garden.metadata,
)

# Save changes in the new grapher dataset.
Expand Down

0 comments on commit 4e2fba8

Please sign in to comment.