From 598b2fb4ecb76ef82b061aaf48fae5e8f7be728e Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Thu, 11 Apr 2024 08:29:21 -0700 Subject: [PATCH] Version bump, patch dimensions (#339) --- src/ephys_link/__about__.py | 2 +- src/ephys_link/platforms/new_scale_handler.py | 2 +- src/ephys_link/platforms/new_scale_pathfinder_handler.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ephys_link/__about__.py b/src/ephys_link/__about__.py index aef8593..712ea65 100644 --- a/src/ephys_link/__about__.py +++ b/src/ephys_link/__about__.py @@ -1 +1 @@ -__version__ = "1.3.0b0" +__version__ = "1.3.0b1" diff --git a/src/ephys_link/platforms/new_scale_handler.py b/src/ephys_link/platforms/new_scale_handler.py index f583142..2c43c95 100644 --- a/src/ephys_link/platforms/new_scale_handler.py +++ b/src/ephys_link/platforms/new_scale_handler.py @@ -40,7 +40,7 @@ def __init__(self) -> None: super().__init__() self.num_axes = 3 - self.dimensions = Vector4(x=20, y=20, z=20, w=0) + self.dimensions = Vector4(x=15, y=15, z=15, w=0) self.ctrl = NstCtrlHostIntf() diff --git a/src/ephys_link/platforms/new_scale_pathfinder_handler.py b/src/ephys_link/platforms/new_scale_pathfinder_handler.py index f3f0496..e81676c 100644 --- a/src/ephys_link/platforms/new_scale_pathfinder_handler.py +++ b/src/ephys_link/platforms/new_scale_pathfinder_handler.py @@ -89,7 +89,7 @@ def __init__(self, port: int = 8080) -> None: super().__init__() self.num_axes = -1 - self.dimensions = [15, 15, 15] + self.dimensions = Vector4(x=15, y=15, z=15, w=0) self.port = port