Feat/add instance segmentation #23
GitHub Actions / Test Results
failed
Oct 24, 2024 in 0s
1 errors in 48s
Annotations
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'
Loading