Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Feb 12, 2025
1 parent 2eef16a commit c9496db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/specsscan/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def load_scan(
}
label_dict = {
rename_dict.get(k, k): coordinate_labels[k]
for k in coordinate_depends.keys()
for k in coordinate_labels.keys()
if k in res_xarray.dims
}

Expand Down

0 comments on commit c9496db

Please sign in to comment.