Skip to content
Snippets Groups Projects
  • Philipp Arras's avatar
    3e0a4d22
    OperatorSpectrum: adjust to new scipy interface · 3e0a4d22
    Philipp Arras authored
    After a version bump, scipy probes the operator with a int8 array.
    Therefore, we cannot make sure that the input of the Operator is has
    floating dtype. As an alterantive dtype check, is is now checked that
    all dtypes of a MultiField are the same which is necessary to put all of
    its entries into a single flattened array.
    3e0a4d22
    History
    OperatorSpectrum: adjust to new scipy interface
    Philipp Arras authored
    After a version bump, scipy probes the operator with a int8 array.
    Therefore, we cannot make sure that the input of the Operator is has
    floating dtype. As an alterantive dtype check, is is now checked that
    all dtypes of a MultiField are the same which is necessary to put all of
    its entries into a single flattened array.