Skip to content

Feat/add instance segmentation #24

Feat/add instance segmentation

Feat/add instance segmentation #24

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

1 errors in 56s

6 files  ±0  6 suites  ±0   56s ⏱️ +8s
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 853d5ad. ± Comparison against earlier commit f40e5a0.

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 '/Users/runner/work/datadreamer/datadreamer/tests/core_tests/unittests/test_annotators.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/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'