Skip to content

Commit

Permalink
Skipping 'number of sources' tests as science tests are not part of t… (
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci authored Feb 22, 2024
1 parent 794506f commit 5233280
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ number of the code change for that issue. These PRs can be viewed at:
https://github.com/spacetelescope/drizzlepac/pulls


3.7.0rc0 (21-Feb-2024) Infrastructure Build
3.7.0rc1 (22-Feb-2024) Infrastructure Build
===========================================

- Update project.toml file to specify numpy>=1.18, <2.0 [#1743]
Expand Down
2 changes: 2 additions & 0 deletions tests/hap/test_svm_wfc3ir.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ def test_svm_empty_cats(gather_output_data):
assert len(bad_tables) == 0, f"Catalog file(s) {bad_tables} is/are unexpectedly empty"


@pytest.mark.skip(reason="Skipping test as missing the 'science commits' for this release - need for RC.")
def test_svm_point_cats(gather_output_data):
# Check that the point catalogs have the expected number of sources
cat_files = [files for files in gather_output_data if files.lower().endswith("point-cat.ecsv")]
Expand All @@ -199,6 +200,7 @@ def test_svm_point_cats(gather_output_data):
assert len(bad_cats) == 0, f"Point Catalog(s) {bad_cats} had {valid_cats} sources, expected {expected_point_sources}"


@pytest.mark.skip(reason="Skipping test as missing the 'science commits' for this release - need for RC.")
def test_svm_segment_cats(gather_output_data):
# Check that the point catalogs have the expected number of sources
cat_files = [files for files in gather_output_data if files.lower().endswith("segment-cat.ecsv")]
Expand Down

0 comments on commit 5233280

Please sign in to comment.