James Kerns

Results 125 comments of James Kerns

Thanks for starting this. I think we can avoid a lot of code changes knowing that pytest runs all test by default, so doing `-m 'proprietary or not proprietary'` +...

I have an Anvil app in the works for uploading machine QA data in a public setting. It still needs some hash checking and some instructions, but it's getting there....

Running the tests cause ~150 errors, mostly in `test_image.py`. AFAICT it's the fixtures alongside unittest. Although tests are run w/ pytest, a lot of tests are written in the unittest...

The plotly behavior is purposely undocumented because it's still in progress. I recommend using the matplotlib variant `plot_analyzed_image` until the new plotly behavior is worked out. the method and keyword...

The datetime could be passed via the `notes` argument as a workaround. `.publish_pdf(..., notes="...")` Obviously, that's not ideal. I would certainly hope that the images are taken at roughly the...

Hi @purepani my apologies for not replying. 1000x is quite the jump! I appreciate the effort. Looping in @joaomsilveira here as he has joined the Radformation team mostly working on...

Yes, this is a very old convention that was meant so code could be adjusted more easily by only adjusting the initial class constructor. I.e. you could always get to...

I can add a parameter for the desired datatype to the call.

Hmm. Good question. I never really paid attention and clearly didn't think about it too much. It was probably based on what I had for lunch any given day. I...

Yup, looks like a naming thing. Mean works better IMO in the event the field is narrower in the Y than the background. I.e. if the field were only 10cm...