-
Notifications
You must be signed in to change notification settings - Fork 6
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
Partial fileset Issue# 87 #91
Conversation
@@ -46,6 +49,16 @@ def test_exists(self): | |||
assert os.path.exists(fs.adc_path) | |||
assert os.path.exists(fs.hdr_path) | |||
assert os.path.exists(fs.roi_path) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joefutrelle need help in configuring this test. Need to include the partial test dataset directory here. I added the flag in the exists() method, but should I also add the flag in the FileSet
constructor ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
No description provided.