-
Notifications
You must be signed in to change notification settings - Fork 0
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
add n4 correction script #5
base: master
Are you sure you want to change the base?
Conversation
requirements.txt
Outdated
@@ -20,3 +20,4 @@ pytest-ordering | |||
sphinx-jsonschema | |||
pytest-console-scripts | |||
pre-commit==2.10.1 | |||
SimpleITK==2.1.0.dev211 |
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.
since SimpleITK/SimpleITK#1248 this issue, only the latest simpleitk from pre release works =/
4e29ee3
to
fe78891
Compare
fe78891
to
f904ca7
Compare
Pull Request Test Coverage Report for Build 697911514
💛 - Coveralls |
@@ -20,5 +20,4 @@ pytest-ordering | |||
sphinx-jsonschema | |||
pytest-console-scripts | |||
pre-commit==2.10.1 | |||
--find-links https://github.com/SimpleITK/SimpleITK/releases/tag/latest | |||
SimpleITK==2.1.0.dev211 | |||
SimpleITK |
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.
Could you instead try:
SimpleITK --pre --find-links https://github.com/SimpleITK/SimpleITK/releases/tag/latest
?
we were forced to use the prerelease branch of simpleitk because of this commit SimpleITK/SimpleITK@c7f759f, its not a good idea to use prerelase version of libraries, so reverting the n4_correction script to a version older than that commit, which would fix ci as well |
Checklist
GitHub
PR contents
Description
Linked issues
ivadomed#3