From eca36e5dfab031002d1fe181e3cde5b76cfa627e Mon Sep 17 00:00:00 2001 From: Ryuichi Arafune Date: Wed, 4 Dec 2024 09:27:30 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20avoid=20ruff=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/arpes/endstations/plugin/Phelix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arpes/endstations/plugin/Phelix.py b/src/arpes/endstations/plugin/Phelix.py index b7a37d03..725185cd 100644 --- a/src/arpes/endstations/plugin/Phelix.py +++ b/src/arpes/endstations/plugin/Phelix.py @@ -146,7 +146,7 @@ def postprocess_final( data = data.assign_coords( theta=np.deg2rad( -data.theta - Phelix.NORMAL_EMISSION["theta"], - ) + ), ) data = data.isel(theta=slice(None, None, -1)) return super().postprocess_final(data, scan_desc)