Skip to content

Commit

Permalink
Merge branch 'ska' of github.com:rasg-affiliates/21cmSense into ska
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielaBreitman committed Dec 16, 2024
2 parents 3ff7c2b + b87d265 commit 1ec5d27
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"
Expand Down

0 comments on commit 1ec5d27

Please sign in to comment.