Skip to content

Refactor: Move DEFAULT_DATA_PROCESSORS #787

Refactor: Move DEFAULT_DATA_PROCESSORS

Refactor: Move DEFAULT_DATA_PROCESSORS #787

GitHub Actions / Unit Test Results failed May 18, 2024 in 0s

6 errors in 6s

6 tests  +6   0 ✔️ ±0   6s ⏱️ +6s
1 suites +1   0 💤 ±0 
1 files   +1   0 ±0   6 🔥 +6 

Results for commit e6dc4fc. ± Comparison against earlier commit 389e467.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.data_handler.test_create_data_folder with error

pytest-junit-report/report.xml
Raw output
ImportError while importing test module '/home/runner/work/py-qua-tools/py-qua-tools/tests/data_handler/test_create_data_folder.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/data_handler/test_create_data_folder.py:4: in <module>
    from qualang_tools.results.data_handler.data_folder_tools import (
qualang_tools/results/__init__.py:5: in <module>
    from qualang_tools.results.data_handler import DataHandler, data_processors
qualang_tools/results/data_handler/__init__.py:4: in <module>
    from .data_handler import *
qualang_tools/results/data_handler/data_handler.py:8: in <module>
    from .data_processors import DEFAULT_DATA_PROCESSORS, DataProcessor
E   ImportError: cannot import name 'DEFAULT_DATA_PROCESSORS' from 'qualang_tools.results.data_handler.data_processors' (/home/runner/work/py-qua-tools/py-qua-tools/qualang_tools/results/data_handler/data_processors.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.data_handler.test_data_handler with error

pytest-junit-report/report.xml
Raw output
ImportError while importing test module '/home/runner/work/py-qua-tools/py-qua-tools/tests/data_handler/test_data_handler.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/data_handler/test_data_handler.py:7: in <module>
    from qualang_tools.results.data_handler.data_handler import DataHandler
qualang_tools/results/__init__.py:5: in <module>
    from qualang_tools.results.data_handler import DataHandler, data_processors
qualang_tools/results/data_handler/__init__.py:4: in <module>
    from .data_handler import *
qualang_tools/results/data_handler/data_handler.py:8: in <module>
    from .data_processors import DEFAULT_DATA_PROCESSORS, DataProcessor
E   ImportError: cannot import name 'DEFAULT_DATA_PROCESSORS' from 'qualang_tools.results.data_handler.data_processors' (/home/runner/work/py-qua-tools/py-qua-tools/qualang_tools/results/data_handler/data_processors.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.data_handler.test_data_handler_generate_node with error

pytest-junit-report/report.xml
Raw output
ImportError while importing test module '/home/runner/work/py-qua-tools/py-qua-tools/tests/data_handler/test_data_handler_generate_node.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/data_handler/test_data_handler_generate_node.py:5: in <module>
    from qualang_tools.results.data_handler.data_handler import DataHandler
qualang_tools/results/__init__.py:5: in <module>
    from qualang_tools.results.data_handler import DataHandler, data_processors
qualang_tools/results/data_handler/__init__.py:4: in <module>
    from .data_handler import *
qualang_tools/results/data_handler/data_handler.py:8: in <module>
    from .data_processors import DEFAULT_DATA_PROCESSORS, DataProcessor
E   ImportError: cannot import name 'DEFAULT_DATA_PROCESSORS' from 'qualang_tools.results.data_handler.data_processors' (/home/runner/work/py-qua-tools/py-qua-tools/qualang_tools/results/data_handler/data_processors.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.data_handler.test_matplotlib_plot_saver with error

pytest-junit-report/report.xml
Raw output
ImportError while importing test module '/home/runner/work/py-qua-tools/py-qua-tools/tests/data_handler/test_matplotlib_plot_saver.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/data_handler/test_matplotlib_plot_saver.py:4: in <module>
    from qualang_tools.results.data_handler.data_handler import save_data
qualang_tools/results/__init__.py:5: in <module>
    from qualang_tools.results.data_handler import DataHandler, data_processors
qualang_tools/results/data_handler/__init__.py:4: in <module>
    from .data_handler import *
qualang_tools/results/data_handler/data_handler.py:8: in <module>
    from .data_processors import DEFAULT_DATA_PROCESSORS, DataProcessor
E   ImportError: cannot import name 'DEFAULT_DATA_PROCESSORS' from 'qualang_tools.results.data_handler.data_processors' (/home/runner/work/py-qua-tools/py-qua-tools/qualang_tools/results/data_handler/data_processors.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.data_handler.test_numpy_array_saver with error

pytest-junit-report/report.xml
Raw output
ImportError while importing test module '/home/runner/work/py-qua-tools/py-qua-tools/tests/data_handler/test_numpy_array_saver.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/data_handler/test_numpy_array_saver.py:3: in <module>
    from qualang_tools.results.data_handler.data_processors import DEFAULT_DATA_PROCESSORS, NumpyArraySaver
E   ImportError: cannot import name 'DEFAULT_DATA_PROCESSORS' from 'qualang_tools.results.data_handler.data_processors' (/home/runner/work/py-qua-tools/py-qua-tools/qualang_tools/results/data_handler/data_processors.py)

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

tests.data_handler.test_save_data with error

pytest-junit-report/report.xml
Raw output
ImportError while importing test module '/home/runner/work/py-qua-tools/py-qua-tools/tests/data_handler/test_save_data.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/data_handler/test_save_data.py:2: in <module>
    from qualang_tools.results.data_handler.data_handler import save_data
qualang_tools/results/__init__.py:5: in <module>
    from qualang_tools.results.data_handler import DataHandler, data_processors
qualang_tools/results/data_handler/__init__.py:4: in <module>
    from .data_handler import *
qualang_tools/results/data_handler/data_handler.py:8: in <module>
    from .data_processors import DEFAULT_DATA_PROCESSORS, DataProcessor
E   ImportError: cannot import name 'DEFAULT_DATA_PROCESSORS' from 'qualang_tools.results.data_handler.data_processors' (/home/runner/work/py-qua-tools/py-qua-tools/qualang_tools/results/data_handler/data_processors.py)