Skip to content

Commit 7afdb8b

Browse files
committed
readds slims
1 parent 39d1dd4 commit 7afdb8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/foraging_gui/Dialogs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ def _SaveValve(self, valve: Literal["Left", "Right"]):
683683
tube_weight=float(before_txt),
684684
append=True,
685685
)
686-
686+
687687
def _LoadCalibrationParameters(self):
688688
self.WaterCalibrationPar = {}
689689
if os.path.exists(self.MainWindow.WaterCalibrationParFiles):

src/foraging_gui/Foraging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def __init__(self, parent=None, box_number=1, start_bonsai_ide=True):
232232
self._InitializeBonsai()
233233

234234
# connect to Slims
235-
#self._ConnectSlims()
235+
self._ConnectSlims()
236236

237237
# Set up threads
238238
self.threadpool = QThreadPool() # get animal response

0 commit comments

Comments
 (0)