Skip to content
Snippets Groups Projects
Commit 9eed1df9 authored by Lukas Platz's avatar Lukas Platz
Browse files

consistency: make the argument name of _flip_modes() the same for all ops

Commit a141d2bf "resolve degenerate use of 'mode' in OperatorAdapter
and LinearOperator" was pushed without ensuring consistency with
other operator definitons and correct exception strings. This commit
aims to resolve this.

The argument variable of _flip_modes(…) is now always called 'trafo'
and the Exception thrown for invalid values of it is
ValueError("invalid operator transformation"). To aid readability,
numerical constants were replaced with correspondingly named
constants (ADJ, INV).
parent d8c7cd5a
No related branches found
No related tags found
1 merge request!247Consistency: make the argument name of _flip_modes() the same for all operators
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment