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 Sep 30, 2024
1 parent 68e92cc commit 0f595c0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion tests/test_calculus.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import ldrb
import numpy as np
import pytest

import ldrb

tol = 1e-12


Expand Down
3 changes: 1 addition & 2 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import cardiac_geometries
import ldrb
import ldrb.cli

import cardiac_geometries


def test_cli(tmp_path):
geodir = tmp_path / "lv"
Expand Down
3 changes: 2 additions & 1 deletion tests/test_io.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
from mpi4py import MPI

import dolfinx
import ldrb
import numpy as np
import pytest

import ldrb


@pytest.mark.parametrize("space1", ["P_1", "P_2", "dP_0", "dP_1"])
@pytest.mark.parametrize("space2", ["P_1", "P_2", "dP_0", "dP_1"])
Expand Down
3 changes: 2 additions & 1 deletion tests/test_ldrb.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
from mpi4py import MPI

import dolfinx
import ldrb
import numpy as np
import pytest
from dolfinx.geometry import bb_tree, compute_colliding_cells, compute_collisions_points

import ldrb

tol = 1e-12


Expand Down

0 comments on commit 0f595c0

Please sign in to comment.