Closed jcfr closed 9 years ago
Thank you for addressing these issues.
The second commit it not the best approach. The STAPLE json file should be deleted instead.
Thanks for reviewing. 77eeae3 removes the faulty json file.
After removing the corresponding json from the build directory, I also confirm the test pass with 77eeae3:
569:
569: ----------------------------------------------------------------------
569: Ran 1 test in 38.504s
569:
569: OK
569: Switch to module: ""
1/1 Test #569: py_SimpleFiltersModuleTest ....... Passed 62.77 sec
The underlying problem has to do with the conversion of std::numeric_traits
As I don't believe this filter is fully functional in SimpleFitlers due to lack of an interface for the multi-input filters. Both these issues will need to be addressed to restore this filter.
This looks reasonable for now! Thanks!
With this changes, the test now pass: