Skip to content

Video Mode

Video Mode #699

GitHub Actions / Unit Test Results failed Apr 4, 2024 in 0s

1 errors in 4s

1 tests   0 ✔️  4s ⏱️
1 suites  0 💤
1 files    0   1 🔥

Results for commit 3b2a746.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.test_videomode with error

pytest-junit-report/report.xml
Raw output
tests/test_videomode.py:6: in <module>
    from qualang_tools.video_mode import ParameterTable
qualang_tools/video_mode/__init__.py:1: in <module>
    from .videomode import VideoMode, ParameterTable
qualang_tools/video_mode/videomode.py:83: in <module>
    class ParameterTable:
qualang_tools/video_mode/videomode.py:98: in ParameterTable
    Tuple[Union[float, int, bool, List, np.ndarray], Optional[str]],
E   NameError: name 'Tuple' is not defined