Skip to content
GitHub Actions / Unit Test Results failed Jul 8, 2023 in 0s

1 errors, 5 skipped in 17s

  4 files  ±  0  4 suites  ±0   17s ⏱️ - 47m 14s
  6 tests  - 28  0 ✔️  - 27    5 💤  - 2  0 ±0  1 🔥 +1 
18 runs   - 50  0 ✔️  - 54  14 💤 ±0  0 ±0  4 🔥 +4 

Results for commit 2a8e399. ± Comparison against earlier commit 36db991.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

All 4 runs with error: tests.ludwig.data.dataframe.test_daft

artifacts/Unit Test Results (Python 3.8 distributed)/pytest.xml
artifacts/Unit Test Results (Python 3.8 not distributed)/pytest.xml
artifacts/Unit Test Results (Python 3.9 distributed)/pytest.xml
artifacts/Unit Test Results (Python 3.9 not distributed)/pytest.xml
Raw output
ImportError while importing test module '/home/runner/work/ludwig/ludwig/tests/ludwig/data/dataframe/test_daft.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.8.17/x64/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/ludwig/data/dataframe/test_daft.py:5: in <module>
    from ludwig.data.dataframe.daft import DaftEngine, LudwigDaftDataframe, LudwigDaftSeries
ludwig/data/dataframe/daft.py:6: in <module>
    from ray.data import Dataset
E   ModuleNotFoundError: No module named 'ray'

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

5 skipped tests found

There are 5 skipped tests, see "Raw output" for the full list of skipped tests.
Raw output
tests.ludwig.automl.test_base_config
tests.ludwig.automl.test_utils
tests.ludwig.backend.test_ray
tests.ludwig.benchmarking.test_profiler
tests.ludwig.data.test_ray_data

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

6 tests found

There are 6 tests, see "Raw output" for the full list of tests.
Raw output
tests.ludwig.automl.test_base_config
tests.ludwig.automl.test_utils
tests.ludwig.backend.test_ray
tests.ludwig.benchmarking.test_profiler
tests.ludwig.data.dataframe.test_daft
tests.ludwig.data.test_ray_data