Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/shift_energy_axis' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Feb 12, 2025
2 parents 8c44525 + c9496db commit 3e983d4
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 @@ -255,7 +255,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 3e983d4

Please sign in to comment.