We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SSD2 invokes ClassImageDeconvMachineMultiSlice, an in r50 this uses scipy.stats.median_absolute_deviation:
DDFacet/DDFacet/Imager/MultiSliceDeconv/ClassImageDeconvMachineMultiSlice.py
Line 50 in 053725b
This is deprecated and after scipy-1.9.0 will directly lead to an error. This function has since been replaced by scipy.stats.median_abs_deviation.
scipy.stats.median_abs_deviation
The text was updated successfully, but these errors were encountered:
Thanks for noting the deprecation. When we move to the newer versions of upstream dependencies we will try and incorporate. Leaving this open for now.
Sorry, something went wrong.
No branches or pull requests
SSD2 invokes ClassImageDeconvMachineMultiSlice, an in r50 this uses scipy.stats.median_absolute_deviation:
DDFacet/DDFacet/Imager/MultiSliceDeconv/ClassImageDeconvMachineMultiSlice.py
Line 50 in 053725b
This is deprecated and after scipy-1.9.0 will directly lead to an error. This function has since been replaced by
scipy.stats.median_abs_deviation
.The text was updated successfully, but these errors were encountered: