We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
git bisect
Continuation from #37.
Now that you have created two arrays, can read and save them, compare expected values, and call external command from within Python.
Bring what's needed from test_call_command.py to test_sagittal_brain.py so that when calling this script the following happens:
test_call_command.py
test_sagittal_brain.py
input
expected
brain_sample.csv
brain_average.csv
output
run that script from the bash terminal.
React to this issue (#38) with a 🎉 when your team has completed this task.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Continuation from #37.
Now that you have created two arrays, can read and save them, compare expected values, and call external command from within Python.
Step 5
Bring what's needed from
test_call_command.py
totest_sagittal_brain.py
so that when calling this script the following happens:input
);expected
);input
array is saved as a csv file (brain_sample.csv
);brain_average.csv
) is read intooutput
; andrun that script from the bash terminal.
React to this issue (#38) with a 🎉 when your team has completed this task.
The text was updated successfully, but these errors were encountered: