-
Notifications
You must be signed in to change notification settings - Fork 1
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
write tests #14
Comments
Proposed road map:
If you are up for doing 1/2, I can work on 3/4 (or we can work on 3 jointly). Thoughts? |
So for the variable selection code to work/produce results, the files need to be kind of big. I subsetted to what I think is the smallest set, and it's still 5gb. Spacegraphcats gets around large test data by having the Makefile download large files before executing tests. The signatures that the majority of the pipeline actually runs on will be small, which is good. I'm working on uploading this data somewhere (probably osf), and will update when it's uploaded.
I don't totally know what you mean by this...can you link to some code that does what you're talking about? I saw you changed the input metadata to read from conf, do you mean do that for other things as well? |
ok!
yes! Just would be good to change all inputs to read from a config, so you wouldn't need to worry about input data being in the right location (e.g. |
tests/test-data
wherever possible@pytest.mark.dependency()
allows running a specific step, and using the output as input into the next stepThe text was updated successfully, but these errors were encountered: