Shawn Carere
Shawn Carere
Using the google docstring format, the return type is not properly highlighted when using type hints from the typing package. Also should the return type not be highlighted as the...
Deprecation warnings appear anytime a metric is calculated/accessed via the Metrics object 
# PR Type [Feature | **Fix** | Documentation | Other ] # Short Description 1. Updated the nnunet client LR Scheduler - Now updates every step - Takes into account...
For some reason smoke tests fail locally due to results being outside tolerances. Tried starting from a fresh environment and the issue persists. Not urgent but worth looking into eventually....
the predict_from_data_iterator method and hence by extension predict_from_files and predict_from_npy etc. only return the predicted annotations (and maybe predicted probabilities) if the list of output files is set to None....
These are really annoying and hard to silence. Seems like the imports just need to be updated in nnunetv2 and batchgenerators scipy version: 1.13.1 nnunetv2 version: 2.4.2 batchgenerators version: 0.25...
Does not properly recognise the 'See Also' section of the numpy format because the header has a space in it. Also, for instances where a parameter description is multiple lines,...
# PR Type **Feature** # Short Description Clickup Ticket(s): [Add Base Reporter Class](https://app.clickup.com/t/868a2ww5r) This PR restructures and unifies reporting. What was previously the metrics reporter is now JsonReporter. Both the...
### Describe the bug Deprecation warnings due to importing flwr and then subsequently importing wandb. Deprecation warnings are not generated if wandb is imported first ### Steps/Code to Reproduce ```bash...
In response to the [issue](https://github.com/MIC-DKFZ/batchgenerators/issues/123) I raised here is a quick fix. I haven't run the tests since they seem to require python version 2.4-2.7 and i'm on 3.10, but...