Skip to content

Commit ee94913

Browse files
committed
Ruff formatting
1 parent 1838c73 commit ee94913

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

test/test_cell.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,15 @@ def test_facet_jacobians_3D_simplex():
122122
np.testing.assert_allclose(reference_facet_jacobian, facet_jacobian[i])
123123

124124

125-
@pytest.mark.parametrize("cell", [basix.cell.CellType.hexahedron, basix.cell.CellType.tetrahedron,
126-
basix.cell.CellType.prism, basix.cell.CellType.pyramid])
125+
@pytest.mark.parametrize(
126+
"cell",
127+
[
128+
basix.cell.CellType.hexahedron,
129+
basix.cell.CellType.tetrahedron,
130+
basix.cell.CellType.prism,
131+
basix.cell.CellType.pyramid,
132+
],
133+
)
127134
def test_edge_jacobian_3D_simplex(cell):
128135
edge_jacobian = basix.cell.edge_jacobians(cell)
129136
geom = basix.geometry(cell)

0 commit comments

Comments
 (0)