Matt McCormick

Results 417 comments of Matt McCormick

@PranjalSahu this is a `Matrix` object for the Nifti transformation? Could support be added similar to https://github.com/InsightSoftwareConsortium/ITK/pull/2270 ?

@gdevenyi there are [51 minc tests failing on all platforms](https://open.cdash.org/index.php?project=Insight&date=2018-11-30&filtercount=1&showfilters=1&field1=buildname&compare1=63&value1=MINC_RAS_LPS). Do the tests all pass locally?

@gdevenyi ah, turn on `BUILD_TESTING` in your ITK build's CMake configuration, re-build, then run `ctest` from the build tree.

The test runs, then it tries to compare a test output file, */scratch/ITK-build/Testing/Temporary/t1_z+_ushort_trans.mnc* to a baseline file, but the test output file not exist. What is the test output file...

@gdevenyi Yes, if an option is available on TransformMINC, that can be set, then passed to TransformFileWriterTemplate with [SetTransformIO](https://itk.org/Doxygen/html/classitk_1_1TransformFileWriterTemplate.html#aa55804bc4e449299476985a7b68d7a4e).

A few conditions that may be problematic here: > /opt/conda/envs/coiled/lib/python3.7/site-packages is being used with > /usr/local/lib/python3.7/dist-packages/ -- can the same environment be used? > ----> 1 get_ipython().run_cell_magic('time' Can we avoid...

> It looks like there is not an easy way to SSH directly into the runner for validating packages and testing functionality with printouts. @jrbourbeau @mrocklin any tips to SSH...

xref https://github.com/InsightSoftwareConsortium/ITKPythonPackage/issues/194

> ImportError: PyCapsule_Import could not import module "_ITKCommonPython" This is addressed in: https://github.com/InsightSoftwareConsortium/ITK/pull/3494 However, we likely still need to `import itk` in the Dask function due to issues with pickling...