-
Notifications
You must be signed in to change notification settings - Fork 6
BUG: Fix failing example #39
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
BUG: Fix failing example #39
Conversation
04d2fc5 to
23ba83b
Compare
|
@hjmjohnson It seems the only errors being thrown are related to the KWStyle checking which should be handled in the ITKv5_1rc2 merge. Should I rebase the changes on top of that branch, or keep this as a WIP until it is merged? |
|
@mseng10. rebase on top of master, ensure that a clean build occurs with the master of ITK, and the master of all remote modules. |
23ba83b to
fa988a5
Compare
cb0ffc9 to
3388fa1
Compare
|
Recent changes remove the old ci testing to fit the new ITKModuleTemplate. New ci testing will be implemented in #40. Also, I changed the azure-pipeline |
|
@mseng10 please try re-basing on |
I have included a Data subdirectory in AnisotropicDiffusionLBR/examples/Data and upload the raw png file used for the example's test. In addition, the image was not being properly read, so I required the ITKIOImageBase module be imported for proper reading.
3388fa1 to
1eff30f
Compare
thewtex
left a comment
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.
@mseng10 thanks!
|
Appveyor, TravisCI, and CircleCI services have been disabled. |
I have included a Data subdirectory in
AnisotropicDiffusionLBR/examples/Dataand uploaded the raw png file: PacMan.png. This is used for the example's test, and any user who may wish to experiment with the module.In addition, the image was not being properly read, so I required the ITKIOImageBase module be imported for proper reading.
Lastly, a minor spelling error was fixed.
This PR is a WIP, I will update it based on these test results.