From b87d265e6f9cc71ece3c215633c89a590b114268 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 13:11:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_observatory.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/test_observatory.py b/tests/test_observatory.py index f93f0bf..a737541 100644 --- a/tests/test_observatory.py +++ b/tests/test_observatory.py @@ -216,13 +216,13 @@ def test_from_ska(): low_aa4 = LowSubArray(subarray_type="AA4") assert obs.antpos.shape == low_aa4.array_config.xyz.data.shape obs = Observatory.from_ska( - subarray_type="custom", - array_type="low", - Trcv=100.0 * units.K, - frequency=150.0 * units.MHz, - custom_stations="C*,E1-*", - exclude_stations="C1,C2", - ) + subarray_type="custom", + array_type="low", + Trcv=100.0 * units.K, + frequency=150.0 * units.MHz, + custom_stations="C*,E1-*", + exclude_stations="C1,C2", + ) low_custom = LowSubArray( subarray_type="custom", custom_stations="C*,E1-*", exclude_stations="C1,C2" ) # selects all core stations and 6 stations in the E1 cluster and exclude core stations C1 and C2