Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrichardson committed Aug 15, 2023
1 parent 252664d commit a2652c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/test_add_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import ffcx.codegeneration.jit
import basix.ufl
import ufl
from ffcx.naming import cdtype_to_numpy, scalar_to_value_type
from ffcx.codegeneration.utils import cdtype_to_numpy, scalar_to_value_type


@pytest.mark.parametrize(
Expand Down
2 changes: 1 addition & 1 deletion test/test_jit_expression.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import basix.ufl
import ffcx.codegeneration.jit
import ufl
from ffcx.naming import cdtype_to_numpy, scalar_to_value_type
from ffcx.codegeneration.utils import cdtype_to_numpy, scalar_to_value_type


def float_to_type(name):
Expand Down
2 changes: 1 addition & 1 deletion test/test_jit_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import basix.ufl
import ffcx.codegeneration.jit
import ufl
from ffcx.naming import cdtype_to_numpy, scalar_to_value_type
from ffcx.codegeneration.utils import cdtype_to_numpy, scalar_to_value_type


@pytest.mark.parametrize(
Expand Down

0 comments on commit a2652c9

Please sign in to comment.