DiamondLightSource / tickit

Event-based hardware simulation framework
Apache License 2.0
7 stars 0 forks source link

Error in "creating-a-simulation" Docs #63

Closed abbiemery closed 2 years ago

abbiemery commented 2 years ago

in tickit/docs/tutorials/creating-a-simulation.rst the example provided doesn't work. The empty parentheses after tickit.devices.sink.Sink: need removing.

- examples.devices.trampoline.RandomTrampoline:
    name: rand_tramp
    inputs: {}
- tickit.devices.sink.Sink: {}
    name: tramp_sink
    inputs:
      input:
      - rand_tramp:output