Skip to content

Commit

Permalink
chore: 🤖 avoid ruff error
Browse files Browse the repository at this point in the history
  • Loading branch information
arafune committed Dec 4, 2024
1 parent d53598e commit eca36e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arpes/endstations/plugin/Phelix.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def postprocess_final(
data = data.assign_coords(

Check warning on line 146 in src/arpes/endstations/plugin/Phelix.py

View check run for this annotation

Codecov / codecov/patch

src/arpes/endstations/plugin/Phelix.py#L146

Added line #L146 was not covered by tests
theta=np.deg2rad(
-data.theta - Phelix.NORMAL_EMISSION["theta"],
)
),
)
data = data.isel(theta=slice(None, None, -1))

Check warning on line 151 in src/arpes/endstations/plugin/Phelix.py

View check run for this annotation

Codecov / codecov/patch

src/arpes/endstations/plugin/Phelix.py#L151

Added line #L151 was not covered by tests
return super().postprocess_final(data, scan_desc)
Expand Down

0 comments on commit eca36e5

Please sign in to comment.