Skip to content

Feat/add instance segmentation #23

Feat/add instance segmentation

Feat/add instance segmentation #23

GitHub Actions / Test Results failed Oct 24, 2024 in 0s

1 errors in 48s

6 files  ±0  6 suites  ±0   48s ⏱️ ±0s
1 tests ±0  0 ✅ ±0  0 💤 ±0  0 ❌ ±0  1 🔥 ±0 
6 runs  ±0  0 ✅ ±0  0 💤 ±0  0 ❌ ±0  6 🔥 ±0 

Results for commit f40e5a0. ± Comparison against earlier commit 4fae718.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 6 runs with error: tests.core_tests.unittests.test_annotators

artifacts/Test Results [macOS-latest] (Python 3.10)/pytest.xml [took 0s]
artifacts/Test Results [macOS-latest] (Python 3.11)/pytest.xml [took 0s]
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
ImportError while importing test module '/home/runner/work/datadreamer/datadreamer/tests/core_tests/unittests/test_annotators.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.10.15/x64/lib/python3.10/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/core_tests/unittests/test_annotators.py:11: in <module>
    from datadreamer.dataset_annotation.fastsam_annotator import SlimSAMAnnotator
E   ModuleNotFoundError: No module named 'datadreamer.dataset_annotation.fastsam_annotator'