ValidationError: LinearSystem.default_dt: Unconfigurable parameters have no defaults. Please ensure the value of the parameter is set before trying to access it.
This is because I intentionally don't invoke the superclass of LinearSystem, which is where default_dt gets set (even if it never actually gets used by the underlying filter).
ValidationError: LinearSystem.default_dt: Unconfigurable parameters have no defaults. Please ensure the value of the parameter is set before trying to access it.
This is because I intentionally don't invoke the superclass of
LinearSystem
, which is wheredefault_dt
gets set (even if it never actually gets used by the underlying filter).