Michiel Cottaar

Results 3 comments of Michiel Cottaar

When I uncommented the print-function in `PatchImporter.find_module` I found that if you run `from nibabel import gifti` the `module_name` is still set to the complete name ("nibabel.gifti"). So a possible...

skimage also suffers from this bug, because the io submodule is not imported automatically.... Your second solution would be complicated, because we would have to automatically distinguish between methods defined...

Thanks for looking into these intent codes and filename extensions. I would suggest to turn around the logic to use the map types as a ground truth of what the...