Skip to content
Snippets Groups Projects
Commit 0cdbf9fe authored by Siddhant Tibrewal's avatar Siddhant Tibrewal
Browse files

fixed the lost copy_metadata attrs from test

parent 5defa96d
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ z = zarr.open("${dataset}")
hc.add_healpix_hierarchy(z, order=3)
hc.add_time(z, "2000-01-01", "2000-01-01T00:01:00", 3)
hc.add_variable(z, "x", "simple_source", "simple_grid")
hc.add_variable(z, "y", "simple_source", "simple_grid")
hc.add_variable(z, "z", "simple_source", "simple_grid")
hc.add_variable(z, "x", "simple_source", "simple_grid", attributes={"hiopy::copy_metadata": True})
hc.add_variable(z, "y", "simple_source", "simple_grid", attributes={"hiopy::copy_metadata": True})
hc.add_variable(z, "z", "simple_source", "simple_grid", attributes={"hiopy::copy_metadata": True})
hc.add_variable(z, "clock", "simple_source", "simple_grid", attributes={"hiopy::copy_metadata": True})
zarr.consolidate_metadata(z.store)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment