Skip to content

Changes in BlockDiagonalOperator and LogRGSpace

Philipp Haim requested to merge bug_fix into operator_spectra

When None is passed as operator, BlockDiagonalOperator will treat it as a unity operator, not changing the corresponding field when applied. draw_sample will act like ScalingOperator with factor 1.

get_default_codomain of LogRGSpace now changes the harmonic attribute of new space instead of always setting it to True.

Merge request reports