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 Jul 7, 2023
1 parent e31eda6 commit ed064e9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion py21cmsense/observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ def get_redundant_baselines(
disable=not config.PROGRESS,
):
for j in range(i + 1, self.n_antennas):

bl_len = self.baseline_lengths[i, j] # in wavelengths
if bl_len < bl_min or bl_len > bl_max:
continue
Expand Down
1 change: 0 additions & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def sensitivity_config(tmpdirec, observation_config):


def test_gridding_baselines(runner, observation_config, tmpdirec):

output = runner.invoke(
cli.main, ["grid-baselines", observation_config, "--direc", str(tmpdirec)]
)
Expand Down

0 comments on commit ed064e9

Please sign in to comment.