-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpytest_output.log
More file actions
83 lines (82 loc) · 4.76 KB
/
Copy pathpytest_output.log
File metadata and controls
83 lines (82 loc) · 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
============================= test session starts ==============================
platform linux -- Python 3.11.14, pytest-9.0.1, pluggy-1.6.0 -- /root/.local/share/uv/tools/pytest/bin/python
cachedir: .pytest_cache
rootdir: /home/user/Multi-Heart-Model
collecting ... collected 8 items / 6 errors
==================================== ERRORS ====================================
_____ ERROR collecting tests/integration/test_microprocessor_motorhand.py ______
ImportError while importing test module '/home/user/Multi-Heart-Model/tests/integration/test_microprocessor_motorhand.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/integration/test_microprocessor_motorhand.py:10: in <module>
import numpy as np
E ModuleNotFoundError: No module named 'numpy'
___________ ERROR collecting tests/organ_chip/test_drug_toxicity.py ____________
ImportError while importing test module '/home/user/Multi-Heart-Model/tests/organ_chip/test_drug_toxicity.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/organ_chip/test_drug_toxicity.py:18: in <module>
import numpy as np
E ModuleNotFoundError: No module named 'numpy'
____________ ERROR collecting tests/organchip/test_drug_toxicity.py ____________
ImportError while importing test module '/home/user/Multi-Heart-Model/tests/organchip/test_drug_toxicity.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/organchip/test_drug_toxicity.py:17: in <module>
from organchip.orchestrator import OrganChipSuite, create_default_organ_chip_suite
E ModuleNotFoundError: No module named 'organchip.orchestrator'
_______ ERROR collecting tests/surgical_robotics/test_dvrk_interface.py ________
ImportError while importing test module '/home/user/Multi-Heart-Model/tests/surgical_robotics/test_dvrk_interface.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/surgical_robotics/test_dvrk_interface.py:6: in <module>
import numpy as np
E ModuleNotFoundError: No module named 'numpy'
______ ERROR collecting tests/surgical_robotics/test_physio_controller.py ______
ImportError while importing test module '/home/user/Multi-Heart-Model/tests/surgical_robotics/test_physio_controller.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/surgical_robotics/test_physio_controller.py:6: in <module>
import numpy as np
E ModuleNotFoundError: No module named 'numpy'
____________________ ERROR collecting tests/test_models.py _____________________
ImportError while importing test module '/home/user/Multi-Heart-Model/tests/test_models.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.11/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/test_models.py:3: in <module>
from src.cardiac import VanDerPolOscillator
src/__init__.py:3: in <module>
from . import neural, cardiac, coupling # re-export packages
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/cardiac/__init__.py:26: in <module>
from .luo_rudy import LuoRudyModel, LuoRudyParameters
src/cardiac/luo_rudy.py:29: in <module>
import numpy as np
E ModuleNotFoundError: No module named 'numpy'
=========================== short test summary info ============================
ERROR tests/integration/test_microprocessor_motorhand.py
ERROR tests/organ_chip/test_drug_toxicity.py
ERROR tests/organchip/test_drug_toxicity.py
ERROR tests/surgical_robotics/test_dvrk_interface.py
ERROR tests/surgical_robotics/test_physio_controller.py
ERROR tests/test_models.py
!!!!!!!!!!!!!!!!!!! Interrupted: 6 errors during collection !!!!!!!!!!!!!!!!!!!!
============================== 6 errors in 0.65s ===============================