Skip to content

Hotfixes

Hotfixes #139

GitHub Actions / Test Results failed Jan 19, 2024 in 0s

1 errors in 7s

3 files  +1  3 suites  +1   7s ⏱️ +3s
1 tests ±0  0 ✅ ±0  0 💤 ±0  0 ❌ ±0  1 🔥 ±0 
3 runs  +1  0 ✅ ±0  0 💤 ±0  0 ❌ ±0  3 🔥 +1 

Results for commit c1a8bea. ± Comparison against earlier commit b40f87a.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: src.tests.mapping_test

artifacts/pytest-results-3.10/test-results.xml [took 0s]
artifacts/pytest-results-3.11/test-results.xml [took 0s]
artifacts/pytest-results-3.9/test-results.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/QuMADA/QuMADA/src/tests/mapping_test.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
src/tests/mapping_test.py:50: in <module>
    from qumada.measurement.scripts.generic_measurement import Generic_1D_Sweep
src/qumada/measurement/scripts/__init__.py:21: in <module>
    from .generic_measurement import (
src/qumada/measurement/scripts/generic_measurement.py:33: in <module>
    from qumada.measurement.doNd_enhanced.doNd_enhanced import (
src/qumada/measurement/doNd_enhanced/doNd_enhanced.py:43: in <module>
    from qcodes.dataset.dond.do_nd_utils import (
E   ImportError: cannot import name '_catch_interrupts' from 'qcodes.dataset.dond.do_nd_utils' (/opt/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/qcodes/dataset/dond/do_nd_utils.py)