Skip to content

Static outputs and update

Martin Lange requested to merge static-outputs into main

Trying to implement static outputs.

  • Static outputs can't be pushed multiple times
  • Static outputs can be pushed with time None
  • Static outputs can be pulled with arbitrary time
  • Static outputs can be pulled time None
  • Static outputs are not considered a dependency by the scheduler
  • Implemented the static update stuff for compositions without time components
  • Add a static noise generator for testing purposes

"Static update" works now as long as the source components are not pull-based, or target components are not push-based.

Things to note

  • We currently get data without a time axis when on a static link without time from downstream

Fixes #32 (closed)

Edited by Martin Lange

Merge request reports