Skip to content

dont emit none value

Stuart Fisher requested to merge fix/motor-none-event into master

Allowing none from !341 (merged) will need further refactoring. Allow zero value but dont emit none for now.

To allow None to be emitted future work will need to:

  • check none before iterating state
  • check none before trying to check isnan

Merge request reports