Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_get_l0_images ends up trying to load mica/archive/asp1/archfiles… #224

Merged
merged 1 commit into from
Jun 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions mica/archive/tests/test_aca_l0.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def test_l0_images_meta():
'TIME': np.float64(467055637.49031752)}

has_l0_2007_archive = os.path.exists(os.path.join(aca_l0.CONFIG['data_root'], '2007'))
has_asp_l1 = os.path.exists(os.path.join(asp_l1.CONFIG['data_root']))


@pytest.mark.skipif('not has_l0_2007_archive', reason='Test requires 2007 L0 archive')
@pytest.mark.skipif('not has_l0_2007_archive or not has_asp_l1', reason='Test requires 2007 L0 archive')
def test_get_l0_images():
"""
Do a validation test of get_l0_images:
Expand Down