Skip to content

Commit

Permalink
Transpose after loading in files
Browse files Browse the repository at this point in the history
  • Loading branch information
BSchilperoort committed Apr 13, 2024
1 parent 73493ad commit e367873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dtscalibration/io/silixa.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def read_silixa_files(
)

ds = xr.Dataset(data_vars=data_vars, coords=coords, attrs=attrs, **kwargs)
ds = ds.transpose("x", "time", ...)
return ds


Expand Down

0 comments on commit e367873

Please sign in to comment.