Skip to content

Commit 4c3a604

Browse files
committed
Format CUDA attribute regression test
1 parent d7c1428 commit 4c3a604

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cuda_bindings/tests/test_cuda.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -559,9 +559,7 @@ def test_cuda_coredump_attr():
559559

560560
@pytest.mark.agent_authored(model="gpt-5.6-sol")
561561
def test_coredump_bool_uses_single_byte_storage():
562-
helper = cuda._HelperCUcoredumpSettings(
563-
cuda.CUcoredumpSettings.CU_COREDUMP_TRIGGER_HOST, 0, is_getter=True
564-
)
562+
helper = cuda._HelperCUcoredumpSettings(cuda.CUcoredumpSettings.CU_COREDUMP_TRIGGER_HOST, 0, is_getter=True)
565563
ctypes.c_uint32.from_address(helper.cptr).value = 0xFFFFFFFF
566564
ctypes.c_uint8.from_address(helper.cptr).value = 0
567565

0 commit comments

Comments
 (0)