Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 11, 2022
1 parent 9a4ec30 commit 5dc0ce1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/python/test_kernel_arg_errors.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import pytest
import platform

import pytest

import taichi as ti
from tests import test_utils

Expand All @@ -21,7 +22,8 @@ def foo(a: ti.i32):

@test_utils.test(exclude=[ti.metal])
def test_pass_u64():
if ti.lang.impl.current_cfg().arch == ti.vulkan and platform.system() == "Darwin":
if ti.lang.impl.current_cfg().arch == ti.vulkan and platform.system(
) == "Darwin":
return

@ti.kernel
Expand Down

0 comments on commit 5dc0ce1

Please sign in to comment.