Paul Tunison

Results 73 comments of Paul Tunison

I think at the time I first wrote that I didn't know how to tell argparse they were required under certain circumstances. *Technically* they are not required as the CLIs...

Maybe the phrase "Required Arguments" could be rephrased to express when they are required and when they are not.

Makes sense. If you want to incrementally make that change to relevant tool argpase usage, go ahead.

Not sure where this branch was based on, but I fixed the SVM test issue holding PRs back on the 3.5 tests.

They could technically both be options, but the practical purpose of the script is to sanitize input before going to a DescriptorGenerator instance, so I think it makes more sense...

I'm not sure what error you're describing there with pip-installing ``file-magic``. Maybe in some cases we can use some specific file tricks, but in general SMQTK is a data-agnostic framework....

Basically, but I meant a little more general. The DescriptorGenerator interface already has a method to get its "valid" data mimetypes, so a script can use that as input to...

I think we're talking about separate things. There is input validation, which lies in the responsibility of the thing consuming data (e.g. the CaffeDescriptorGenerator), but there is also mimetype detection,...

Huh, that's new to me. What part of SMQTK did you find required python-tk?