Matt McCormick

Results 561 comments of Matt McCormick

This error persists even after adding `zip_safe=False` -- it may point to a different issue.

@N-Dekker Yes, I will get them up again.

Hi @JoMaCaCha, Support for additional pixel types needs to be added to the pipeline. I am writing another example / tutorial, on this, but until that is out, this test...

Hi @xinaesthete great hear that itk-wasm is working out of the box for you with Vite 3. Regarding the `.js` extension, this is to support ES6 looking to native browser...

@PranjalSahu do you get the same results for the RANSAC tests on an Intel system? You could try blaster.kitware.com.

Python 3.10 binaries are available in the 5.3 pre-release. They can be installed via: ``` pip install --upgrade --pre itk ```

> Could it be that there is a Python wrapping, specifically for the non-const overload? Yes. Python is C -- it does not use all the niceties of C++ sometimes....

@SimonRit @tbirdso @hjmjohnson , should we add ``` if(NOT CMAKE_INSTALL_LIBDIR) set(CMAKE_INSTALL_LIBDIR lib) endif() ``` Here: https://github.com/InsightSoftwareConsortium/ITK/blob/8e34f1078e13b4ae39d8aaa600ff936a9a3050bb/CMake/ITKModuleExternal.cmake#L74-L77 Similar to: https://github.com/SimonRit/RTK/commit/bce50cd48ea658732f8866267c8fbe4387e7b01f ?

Looks like the action itself needs updates.