SimpleITK / SlicerSimpleFilters

A Module for Slicer3D to provide a simple GUI to image filters from the Insight Toolkit.
Other
1 stars 12 forks source link

BUG: Missing () for callable #6

Closed fbudin69500 closed 8 years ago

blowekamp commented 8 years ago

Thanks! Did you run into this at run time?

fbudin69500 commented 8 years ago

I was reusing your code for a Slicer extension that I am developing, and that is when I saw an error message about this. I don't remember if it was at run time or when my module was instantiated. It might have been a bug in my code that triggered this issue.

blowekamp commented 8 years ago

Good to know. I'll keep an eye out for this project. I have pondered if I should refactor this class into a generic threading component and then the SimpleFilters component derived from it.