Skip to content

Commit 18f7dcb

Browse files
committed
Needs special branch from ezmsg (for now)
1 parent 9c37506 commit 18f7dcb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" }

tests/test_shmem_mirror.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
from ezmsg.util.messages.axisarray import AxisArray
1616
from 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

2222
class 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),

0 commit comments

Comments
 (0)