Skip to content

Commit

Permalink
added import
Browse files Browse the repository at this point in the history
  • Loading branch information
llegregam committed Jun 13, 2024
1 parent 45f079b commit 80d2bfd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions physiofit/tests/test_model_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest

import physiofit
import physiofit.base.io

logging.getLogger("physiofit").setLevel(logging.ERROR)

Expand Down
1 change: 1 addition & 0 deletions physiofit/tests/test_model_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest

import physiofit
import physiofit.base.io

logging.getLogger("physiofit").setLevel(logging.ERROR)

Expand Down
1 change: 1 addition & 0 deletions physiofit/tests/test_model_3.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest

import physiofit
import physiofit.base.io

logging.getLogger("physiofit").setLevel(logging.ERROR)

Expand Down
1 change: 1 addition & 0 deletions physiofit/tests/test_model_4.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import pytest

import physiofit
import physiofit.base.io

logging.getLogger("physiofit").setLevel(logging.ERROR)

Expand Down
1 change: 1 addition & 0 deletions physiofit/tests/test_model_5.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from numpy import array

import physiofit
import physiofit.base.io

logging.getLogger("physiofit").setLevel(logging.ERROR)

Expand Down

0 comments on commit 80d2bfd

Please sign in to comment.