Skip to content

Commit c40f74c

Browse files
committed
Update functionality to validate DEMM in tests
1 parent f4e8976 commit c40f74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python_testing/TC_DEMM_1_2.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ async def test_TC_DEMM_1_2(self):
8383
# Verify common checks for Mode Base as described in the TC-DEMM-1.2
8484
supported_modes = await self.check_supported_modes_and_labels(endpoint=endpoint)
8585
# According to the spec, there should be at least on like
86-
# No Optimization, Device Optimization, Local Optimization, or Grid Optimization tag in
87-
# the ones supported.
86+
# No Optimization, Device Optimization, Local Optimization, or Grid Optimization
87+
# tag in the ones supported.
8888
additional_tags = [CLUSTER.Enums.ModeTag.kNoOptimization,
8989
CLUSTER.Enums.ModeTag.kDeviceOptimization]
9090
self.check_tags_in_lists(supported_modes=supported_modes, required_tags=additional_tags)

0 commit comments

Comments
 (0)