diff --git a/test/test_nbody.py b/test/test_nbody.py index 13cfc02ba6c41085f0c966fdb6c8737f75d7dbc2..d3a38cc71368b7a7b8897e2ef86e01387314c0ff 100644 --- a/test/test_nbody.py +++ b/test/test_nbody.py @@ -63,7 +63,7 @@ def test_nbody(ctx_factory): kernel_gen = lp.check_kernels(kernel_gen, dict(N=n)) lp.auto_test_vs_ref(seq_knl, ctx, kernel_gen, - op_count=n**2*1e-6, op_label="M particle pairs", + op_count=[n**2*1e-6], op_label=["M particle pairs"], parameters={"N": n}, print_ref_code=True)