cklb / pymoskito

Python based modular control simulation kickass toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Module blocks should check their input for sane values

cklb opened this issue · comments

If a Module offers tune-able settings like gains or physical parameters, it should make sure that these values cannot cause FloatingPointErrors like division by zero etc.

A more sophisticated check of the data type should be done on another level.