Skip to content

Commit

Permalink
book-keeping unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
shuang92 committed Sep 24, 2024
1 parent 9a7fc33 commit 06383f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/astro_tools/test_degraders.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def test_BLModel(data_for_bl):

# Apply the degrader and get the data out
degraded_data = degrader(data_for_bl)['output'].data
truth_components = degrader(data_for_bl)['compInd'].data
truth_components = degrader(data_for_bl)['component_index'].data

# Check output data has less rows than input data
assert degraded_data.shape[0] < data_for_bl.data.shape[0]
Expand Down

0 comments on commit 06383f2

Please sign in to comment.