Skip to content

Commit

Permalink
Filter out irregular grid warning in test (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjperkins authored Oct 16, 2024
1 parent 4295680 commit 9d5e3d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog

X.Y.Z (DD-MM-YYYY)
------------------
* Add test case for irregular grids (:pr:`39`, :pr:`40`)
* Add test case for irregular grids (:pr:`39`, :pr:`40`, :pr:`41`)
* Rename MSv2PartitionEntryPoint to MSv2EntryPoint (:pr:`38`)
* Move ``chunks`` kwarg functionality in MSv2PartitionEntryPoint.open_datatree
to ``partition_chunks`` (:pr:`37`)
Expand Down
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 9d5e3d2

Please sign in to comment.