Skip to content

Commit

Permalink
Add test for NEEDS_ASTROMETRY
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Sep 7, 2015
1 parent f3030ff commit fb85a8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msumastro/scripts/tests/test_scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ def test_triage_via_triage_fits_files(triage_setup):
assert len(file_info['needs_object_name']) == \
triage_setup.n_test['need_object']
assert len(file_info['needs_filter']) == triage_setup.n_test['need_filter']
assert len(file_info['needs_astrometry']) == triage_setup.n_test['light']
bias_check = np.where(file_info['files']['imagetyp'] ==
IRAF_image_type('bias'))
assert (len(bias_check[0]) == 2)
Expand Down

0 comments on commit fb85a8f

Please sign in to comment.