File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,4 +89,4 @@ known-third-party = ["ezmsg"]
8989
9090[tool .uv .sources ]
9191# Uncomment to use development version of ezmsg from git
92- # ezmsg = { git = "https://github.com/ezmsg-org/ezmsg.git", branch = "feature/profiling" }
92+ ezmsg = { git = " https://github.com/ezmsg-org/ezmsg.git" , branch = " feature/profiling" }
Original file line number Diff line number Diff line change 1515from ezmsg .util .messages .axisarray import AxisArray
1616from ezmsg .util .terminate import TerminateOnTotal
1717
18- from ezmsg .tools .sigmon . shmem .shmem import ShMemCircBuff
19- from ezmsg .tools .sigmon . shmem .shmem_mirror import EZShmMirror
18+ from ezmsg .tools .shmem .shmem import ShMemCircBuff
19+ from ezmsg .tools .shmem .shmem_mirror import EZShmMirror
2020
2121
2222class CrazyUnitSettings (ez .Settings ):
@@ -93,7 +93,7 @@ def app(file_path) -> None:
9393 "TERM" : TerminateOnTotal (total = n_messages ),
9494 }
9595 conns = (
96- (comps ["CLOCK" ].OUTPUT_CLOCK , comps ["SYNTH" ].INPUT_CLOCK ),
96+ (comps ["CLOCK" ].OUTPUT_SIGNAL , comps ["SYNTH" ].INPUT_SIGNAL ),
9797 (comps ["SYNTH" ].OUTPUT_SIGNAL , comps ["CRAZY" ].INPUT_SIGNAL ),
9898 (comps ["CRAZY" ].OUTPUT_SIGNAL , comps ["SINK" ].INPUT_SIGNAL ),
9999 (comps ["CRAZY" ].OUTPUT_SIGNAL , comps ["LOGGER" ].INPUT_MESSAGE ),
You can’t perform that action at this time.
0 commit comments