Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2024
1 parent 35d1e1c commit b87d265
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/test_observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b87d265

Please sign in to comment.