Skip to content

Let `MathDetector` automatically set its `´dtype`

Paul Hapke requested to merge fix/math_detector-output-wrong-dtype into develop

Fixes #535 (closed) The output from a MathDetector is created by evaluating a symbolic expression, which can be any numpy data type in any array shape. This is an attempt at determining this before the start of the simulation.

Edited by Paul Hapke

Merge request reports