Closed Matthew-Jennings closed 5 months ago
NB: same issue in the Computing Radiomics Features tutorial
Thanks for reporting. I will look into it today. I rebuild both vignettes for 2.2.3. Right now I am not sure where the problem lies.
I tested the notebooks using the development branch, and they worked without an issue.
Did you install version 2.2.2 or 2.2.3? Commit 0fe6bc8 changed the default values for extract_images
, which made having to provide write_dir
redundant for the use-case presented in the tutorials. Running the tutorials with an older version would likely result in the error you reported.
Apologies, you were right, I hadn't upgraded. Both notebooks work now :)
The Apply Image Filter tutorial is not working for me locally. Specifically when trying to visualise images:
Perhaps a change to the API was made after the tutorial was written? On this point, I highly recommend implementing jupyter notebook tests in your CI. It's a great way to catch this sort of thing. See https://github.com/treebeardtech/nbmake