tests #1090
Annotations
2 errors and 1 warning
doit test_unit:
lumen/tests/sources/test_duckdb.py#L122
test_duckdb_transforms
AssertionError: DataFrame.iloc[:, 0] (column name="B") are different
DataFrame.iloc[:, 0] (column name="B") values are different (100.0 %)
[index]: [0, 1]
[left]: [1.0, 0.0]
[right]: [0.0, 1.0]
At positional index 0, first diff: 1.0 != 0.0
|
doit test_unit:
lumen/tests/sources/test_duckdb.py#L135
test_duckdb_transforms_cache
AssertionError: DataFrame.iloc[:, 0] (column name="B") are different
DataFrame.iloc[:, 0] (column name="B") values are different (100.0 %)
[index]: [0, 1]
[left]: [1.0, 0.0]
[right]: [0.0, 1.0]
At positional index 0, first diff: 1.0 != 0.0
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading