Skip to content

Commit 01d51aa

Browse files
error python 3.11 fixed(?)
1 parent d785c4d commit 01d51aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/IVIMmodels/unit_tests/test_ivim_fit.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,8 @@
33
import pytest
44
import json
55
import pathlib
6-
import os
76
import time
8-
9-
from exceptiongroup import catch
10-
117
from src.wrappers.OsipiBase import OsipiBase
12-
from utilities.data_simulation.GenerateData import GenerateData
138
#run using python -m pytest from the root folder
149

1510
def signal_helper(signal):

0 commit comments

Comments
 (0)