Skip to content

Hotfixes

Hotfixes #133

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Jan 19, 2024 in 0s

1 errors in 5s

2 files  ±0  2 suites  ±0   5s ⏱️ ±0s
1 tests ±0  0 ✅ ±0  0 💤 ±0  0 ❌ ±0  1 🔥 ±0 
2 runs  ±0  0 ✅ ±0  0 💤 ±0  0 ❌ ±0  2 🔥 ±0 

Results for commit 32e85f6. ± Comparison against earlier commit 48c6ee9.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 2 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]
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.11.7/x64/lib/python3.11/site-packages/qcodes/dataset/dond/do_nd_utils.py)