Skip to content

updates

updates #97

GitHub Actions / Test report (Python 3.11) failed Sep 17, 2023 in 1s

Test report (Python 3.11) ❌

Tests failed

❌ test-results-3.11.xml

5 tests were completed in 969ms with 0 passed, 5 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 5❌ 969ms

❌ pytest

❌ tests.test_base
	ImportError while importing test module '/home/runner/work/PyNucleus/PyNucleus/tests/test_base.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-3.11.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Python 3.11)

pytest ► tests.test_base

Failed test found in:
  test-results-3.11.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.11.5/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_base.py:11: in <module>
    from drift import *
tests/drift.py:9: in <module>
    from PyNucleus_fem import functionFactory, meshFactory, dofmapFactory
E   ModuleNotFoundError: No module named 'PyNucleus_fem'

Check failure on line 0 in test-results-3.11.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Python 3.11)

pytest ► tests.test_fracLapl

Failed test found in:
  test-results-3.11.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.11.5/x64/lib/python3.11/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-3.11.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Python 3.11)

pytest ► tests.test_h2finiteHorizon

Failed test found in:
  test-results-3.11.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.11.5/x64/lib/python3.11/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-3.11.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Python 3.11)

pytest ► tests.test_kernels

Failed test found in:
  test-results-3.11.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.11.5/x64/lib/python3.11/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-3.11.xml

See this annotation in the file changed.

@github-actions github-actions / Test report (Python 3.11)

pytest ► tests.test_nearField

Failed test found in:
  test-results-3.11.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.11.5/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_nearField.py:15: in <module>
    from PyNucleus.fem.DoFMaps import P0_DoFMap, P1_DoFMap
E   ModuleNotFoundError: No module named 'PyNucleus.fem'