Skip to content

Commit e9c6f29

Browse files
committed
7.1.0
bug in qutest.py
1 parent 8fb01af commit e9c6f29

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

qutest/qutest.py

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -961,12 +961,15 @@ class QSpy:
961961
_GRP_TE = 0xF5
962962
_GRP_QF = 0xF6
963963
_GRP_SC = 0xF7
964-
_GRP_U0 = 0xF8
965-
_GRP_U1 = 0xF9
966-
_GRP_U2 = 0xFA
967-
_GRP_U3 = 0xFB
968-
_GRP_U4 = 0xFC
969-
_GRP_UA = 0xFD
964+
_GRP_SEM= 0xF8
965+
_GRP_MTX= 0xF9
966+
_GRP_U0 = 0xFA
967+
_GRP_U1 = 0xFB
968+
_GRP_U2 = 0xFC
969+
_GRP_U3 = 0xFD
970+
_GRP_U4 = 0xFE
971+
_GRP_UA = 0xFF
972+
970973
_QS_USER = 100
971974

972975
# local filter groups...

qutest/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="qutest",
12-
version="7.1.0",
12+
version="7.1.1",
1313
author="Quantum Leaps",
1414
author_email="[email protected]",
1515
description="QUTest Python scripting support",

qview/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="qview",
12-
version="7.1.0",
12+
version="7.1.1",
1313
author="Quantum Leaps",
1414
author_email="[email protected]",
1515
description="QView visualization and monitoring",

0 commit comments

Comments
 (0)