You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the command mentioned in the README ▶ python pyQuARC/main.py --file "tests/fixtures/test_cmr_metadata.echo10", the test file test_cmr_metadata.echo10 doesn't exist in the tests/fixtures directory.
To Reproduce
Steps to reproduce the behavior:
Setup pyQuARC from scratch in a venv
Run the command ▶ python pyQuARC/main.py --file "tests/fixtures/test_cmr_metadata.echo10"
Expected behavior
Expected to at least throw some output running the pyQuARC
Question: Can I run other test files through pyQuARC?
Describe the bug
While running the command mentioned in the README
▶ python pyQuARC/main.py --file "tests/fixtures/test_cmr_metadata.echo10"
, the test filetest_cmr_metadata.echo10
doesn't exist in thetests/fixtures
directory.To Reproduce
Steps to reproduce the behavior:
▶ python pyQuARC/main.py --file "tests/fixtures/test_cmr_metadata.echo10"
Expected behavior
Expected to at least throw some output running the pyQuARC
Question: Can I run other test files through pyQuARC?
cc: @slesaad @xhagrg
The text was updated successfully, but these errors were encountered: