Skip to content

Commit 10aaf5d

Browse files
author
andy
committed
update
1 parent b211e10 commit 10aaf5d

File tree

7 files changed

+5
-5
lines changed

7 files changed

+5
-5
lines changed

__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
import subprocess
33

4-
VERSION = '1.1.2'
4+
VERSION = '1.1.3'
55

66

77
def get_version():

dist/Productions.exe

397 Bytes
Binary file not shown.
Binary file not shown.

ot3_testing/hardware_control/jog.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ async def jog(hc: HardwareControl, mount: Mount):
150150

151151

152152
if __name__ == '__main__':
153-
hc = HardwareControl("192.168.6.33")
154-
asyncio.run(jog(hc, Mount.RIGHT))
153+
hc = HardwareControl("192.168.6.24")
154+
asyncio.run(jog(hc, Mount.LEFT))
Binary file not shown.

ot3_testing/tests/pipette_leveling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
RequestReadyFlag = False
1515
DoCalibrate = True
1616
Test_8CH_SIDE = "Left_Right"
17-
ApplyCompensationFlag = True
17+
ApplyCompensationFlag = False
1818

1919

2020
class PipetteLeveling(TestBase):

production_scripts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
pipette_leveling.test_name = "8ch"
3737
pipette_leveling.k = -2
3838
pipette_leveling.b = 35
39-
asyncio.run(pipette_leveling.run_8ch_test(flex_name))
39+
asyncio.run(pipette_leveling.run_8ch_test(flex_name, project_path=project_path))
4040
elif "grav-openweb" in test_name:
4141
openweb()
4242

0 commit comments

Comments
 (0)