T D James

Results 5 comments of T D James

Hi @annakrystalli, I tried to set up a review project but I couldn't get it to find my GitHub user name. I tried setting up an authorization token to allow...

Yes, I had a look at that function - that's why I tried adding the authorization token. I'd be interested to know if it works for you. Here's the output:...

In my use case there is logging output both to stdout and to a log file, with a mix of different styles of log messages.

Here's a snippet showing the noisy section: ``` from topostats.io import LoadScans img_files = [ ... list of paths to .spm files ... ] load_config = {'channel': 'Height'} # Load...

I've also got calls which use `Filters.filter_image()` which I think also created a lot of output, but I'm not triggering those atm.