Skip to content

Commit

Permalink
add global attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Sep 16, 2024
1 parent 472e66a commit 7a3106e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysonde/_dataset_creator.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def create_dataset(cfg):
"""

ds = xr.Dataset()
# ds = set_global_attrs(cfg, ds)
ds = set_global_attrs(cfg, ds)
ds = set_coords(cfg, ds)
ds = set_variables(cfg, ds)
return ds
Expand Down

0 comments on commit 7a3106e

Please sign in to comment.