From 305095f3dc1da57044252e599acdbd1bdd253aa7 Mon Sep 17 00:00:00 2001 From: markus holzer <markus.holzer@fau.de> Date: Thu, 25 Feb 2021 22:04:37 +0100 Subject: [PATCH] minor change --- pystencils_tests/test_kerncraft_coupling.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pystencils_tests/test_kerncraft_coupling.py b/pystencils_tests/test_kerncraft_coupling.py index e9f606944..5faa292be 100644 --- a/pystencils_tests/test_kerncraft_coupling.py +++ b/pystencils_tests/test_kerncraft_coupling.py @@ -182,7 +182,6 @@ def test_benchmark_vectorized(): pytest.skip("cannot detect CPU instruction set") for vec in instruction_sets: - print(vec) dh = create_data_handling((20, 20, 20), periodicity=True) width = get_vector_instruction_set(instruction_set=vec)['width'] * 8 -- GitLab