Skip to content

Commit

Permalink
Filter out irregular grid warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins committed Oct 16, 2024
1 parent 4295680 commit a3ab963
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ def _excise_rows(data_dict):
return {k: (d, v[index]) for k, (d, v) in data_dict.items()}


@pytest.mark.filterwarnings(
r"ignore:.*?rows missing from the full \(time, baseline\) grid"
)
@pytest.mark.parametrize(
"simmed_ms",
[
Expand Down

0 comments on commit a3ab963

Please sign in to comment.