You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ignoring associated parameters (e.g. ndims, center) that may have been included in the configuration of the ADMM solver. This leads to convolutions being applied by default over all the axes even when only a subset of them is intended.
The text was updated successfully, but these errors were encountered:
* Add correct handling of CircularConvolve ndims attribute
* Add test for CircularConvolve with non-default h_center parameter
* Update copyright year
* Add support for f=None case
* Docstring fix
The internal initialization of
CircularConvolveSolver
usesCircularConvolve.from_operator
:https://github.com/lanl/scico/blob/07a41c6652b94a3324b51e146ece22cc0f655649/scico/optimize/_admmaux.py#L414C19-L414C60
ignoring associated parameters (e.g. ndims, center) that may have been included in the configuration of the ADMM solver. This leads to convolutions being applied by default over all the axes even when only a subset of them is intended.
The text was updated successfully, but these errors were encountered: