-
Notifications
You must be signed in to change notification settings - Fork 121
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
Build pxtools with elastix #33
Labels
Comments
should fix this dependency |
@kaspermarstal can you check if CI now works properly? |
I am afraid it doesn't. It fails with |
this function is available since python 3.3 |
Looks like python 2.7. |
lets wait and see if appveyor is green |
mstaring
added a commit
that referenced
this issue
Jan 3, 2018
* CI: Use the shutil equivalent of os.rename() and is.replace() which is available in Python 2.7 #33 * COMP: making sure python move operations work Also with python 2.7. * BUG: check for file existence * COMP: copy paste error * CI: Compile all components on AppVeyor * CI: Touching appveyor.yml to trigger rebuild * CI: Build ITK and elastix separately on AppVeyor to avoid build time limit * CI: Fix AppVeyor script * CI: Fix AppVeyor cache stamp
fixed |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tests currently depends on pxtools which have to be installed separately. This is a problem for CI, where some tests always fail, and for users who want to run tests.
The text was updated successfully, but these errors were encountered: