Skip to content

Miscellaneous Fixes and Features #131

Miscellaneous Fixes and Features

Miscellaneous Fixes and Features #131

GitHub Actions / Test Results failed Aug 12, 2024 in 0s

1 errors in 1m 1s

4 files  4 suites   1m 1s ⏱️
1 tests 0 ✅ 0 💤 0 ❌ 1 🔥
4 runs  0 ✅ 0 💤 0 ❌ 4 🔥

Results for commit 85e7ace.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 4 runs with error: tests.integration

artifacts/Test Results [ubuntu-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [ubuntu-latest] (Python 3.11)/pytest.xml [took 0s]
artifacts/Test Results [windows-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [windows-latest] (Python 3.11)/pytest.xml [took 0s]
Raw output
collection failure
/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1204: in _gcd_import
    ???
<frozen importlib._bootstrap>:1176: in _find_and_load
    ???
<frozen importlib._bootstrap>:1147: in _find_and_load_unlocked
    ???
<frozen importlib._bootstrap>:690: in _load_unlocked
    ???
/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/_pytest/assertion/rewrite.py:174: in exec_module
    exec(co, module.__dict__)
tests/integration/conftest.py:12: in <module>
    from luxonis_ml.data.utils.data_utils import rgb_to_bool_masks
E   ImportError: cannot import name 'rgb_to_bool_masks' from 'luxonis_ml.data.utils.data_utils' (/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/luxonis_ml/data/utils/data_utils.py)