Skip to content

Github Action changes #133

Github Action changes

Github Action changes #133

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test report (Linux, gcc, Python 3.12) failed Nov 27, 2023 in 0s

Test report (Linux, gcc, Python 3.12) ❌

Tests failed

❌ test-results-Linux-gcc-3.12.xml

6 tests were completed in 671ms with 0 passed, 6 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 6❌ 671ms

❌ 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-Linux-gcc-3.12.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Linux, gcc, Python 3.12)

pytest ► tests.test_base

Failed test found in:
  test-results-Linux-gcc-3.12.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.12.0/x64/lib/python3.12/importlib/__init__.py:90: 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-Linux-gcc-3.12.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Linux, gcc, Python 3.12)

pytest ► tests.test_drivers_intFracLapl

Failed test found in:
  test-results-Linux-gcc-3.12.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.12.0/x64/lib/python3.12/importlib/__init__.py:90: 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-Linux-gcc-3.12.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Linux, gcc, Python 3.12)

pytest ► tests.test_fracLapl

Failed test found in:
  test-results-Linux-gcc-3.12.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.12.0/x64/lib/python3.12/importlib/__init__.py:90: 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-Linux-gcc-3.12.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Linux, gcc, Python 3.12)

pytest ► tests.test_h2finiteHorizon

Failed test found in:
  test-results-Linux-gcc-3.12.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.12.0/x64/lib/python3.12/importlib/__init__.py:90: 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-Linux-gcc-3.12.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Linux, gcc, Python 3.12)

pytest ► tests.test_kernels

Failed test found in:
  test-results-Linux-gcc-3.12.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.12.0/x64/lib/python3.12/importlib/__init__.py:90: 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-Linux-gcc-3.12.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Linux, gcc, Python 3.12)

pytest ► tests.test_nearField

Failed test found in:
  test-results-Linux-gcc-3.12.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.12.0/x64/lib/python3.12/importlib/__init__.py:90: 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'