updates #114
Test report (gcc, Python 3.10) ❌
❌ test-results-gcc-3.10.xml
6 tests were completed in 1s with 0 passed, 6 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
pytest | 6❌ | 1s |
❌ pytest
❌ tests.test_base
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_base.py'.
❌ tests.test_drivers_intFracLapl
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_drivers_intFracLapl.py'.
❌ tests.test_fracLapl
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_fracLapl.py'.
❌ tests.test_h2finiteHorizon
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_h2finiteHorizon.py'.
❌ tests.test_kernels
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_kernels.py'.
❌ tests.test_nearField
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_nearField.py'.
Annotations
Check failure on line 0 in test-results-gcc-3.10.xml
github-actions / Test report (gcc, Python 3.10)
pytest ► tests.test_base
Failed test found in:
test-results-gcc-3.10.xml
Error:
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_base.py'.
Raw output
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_base.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_base.py:8: in <module>
from drivers_base import *
tests/drivers_base.py:9: in <module>
from PyNucleus.base.utilsFem import runDriver
E ModuleNotFoundError: No module named 'PyNucleus.base'
Check failure on line 0 in test-results-gcc-3.10.xml
github-actions / Test report (gcc, Python 3.10)
pytest ► tests.test_drivers_intFracLapl
Failed test found in:
test-results-gcc-3.10.xml
Error:
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_drivers_intFracLapl.py'.
Raw output
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_drivers_intFracLapl.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_drivers_intFracLapl.py:8: in <module>
from PyNucleus.base.utilsFem import runDriver
E ModuleNotFoundError: No module named 'PyNucleus.base'
Check failure on line 0 in test-results-gcc-3.10.xml
github-actions / Test report (gcc, Python 3.10)
pytest ► tests.test_fracLapl
Failed test found in:
test-results-gcc-3.10.xml
Error:
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_fracLapl.py'.
Raw output
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_fracLapl.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_fracLapl.py:11: in <module>
from PyNucleus.fem.mesh import simpleInterval, circle
E ModuleNotFoundError: No module named 'PyNucleus.fem'
Check failure on line 0 in test-results-gcc-3.10.xml
github-actions / Test report (gcc, Python 3.10)
pytest ► tests.test_h2finiteHorizon
Failed test found in:
test-results-gcc-3.10.xml
Error:
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_h2finiteHorizon.py'.
Raw output
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_h2finiteHorizon.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_h2finiteHorizon.py:9: in <module>
from PyNucleus.fem.mesh import intervalWithInteraction
E ModuleNotFoundError: No module named 'PyNucleus.fem'
Check failure on line 0 in test-results-gcc-3.10.xml
github-actions / Test report (gcc, Python 3.10)
pytest ► tests.test_kernels
Failed test found in:
test-results-gcc-3.10.xml
Error:
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_kernels.py'.
Raw output
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_kernels.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_kernels.py:9: in <module>
from PyNucleus_nl import fractionalOrderFactory, kernelFactory, twoPointFunctionFactory
E ModuleNotFoundError: No module named 'PyNucleus_nl'
Check failure on line 0 in test-results-gcc-3.10.xml
github-actions / Test report (gcc, Python 3.10)
pytest ► tests.test_nearField
Failed test found in:
test-results-gcc-3.10.xml
Error:
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_nearField.py'.
Raw output
ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_nearField.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
tests/test_nearField.py:12: in <module>
from PyNucleus.base.myTypes import REAL, INDEX
E ModuleNotFoundError: No module named 'PyNucleus.base'