Skip to content

Add PythonCodeAgent #2342

Add PythonCodeAgent

Add PythonCodeAgent #2342

Triggered via pull request December 23, 2024 21:19
Status Failure
Total duration 5m 0s
Artifacts 1

test.yaml

on: pull_request
Run pre-commit
14s
Run pre-commit
Setup workflow
0s
Setup workflow
Pixi lock
9s
Pixi lock
Matrix: core_test_suite
Matrix: unit_test_suite
result:test
0s
result:test
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 7 warnings
core:test-core:ubuntu-latest: lumen/tests/views/test_base.py#L547
test_exec_python_exec_code_view_roundtrip AssertionError: assert {'spec': '\n ...: 'exec_code'} == {'code': '\n ...: 'exec_code'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'spec': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Right contains 1 more item: {'code': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Full diff: { - 'code': '\n' ? --- + 'spec': '\n' ? +++ ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' ', 'type': 'exec_code', }
core:test-core:ubuntu-latest
Process completed with exit code 1.
unit:test-310:ubuntu-latest: lumen/tests/views/test_base.py#L547
test_exec_python_exec_code_view_roundtrip AssertionError: assert {'spec': '\n ...: 'exec_code'} == {'code': '\n ...: 'exec_code'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'spec': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Right contains 1 more item: {'code': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Full diff: { - 'code': '\n' ? --- + 'spec': '\n' ? +++ ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' ', 'type': 'exec_code', }
unit:test-310:ubuntu-latest
Process completed with exit code 1.
unit:test-310:macos-latest: lumen/tests/views/test_base.py#L547
test_exec_python_exec_code_view_roundtrip AssertionError: assert {'spec': '\n ...: 'exec_code'} == {'code': '\n ...: 'exec_code'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'spec': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Right contains 1 more item: {'code': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Full diff: { - 'code': '\n' ? --- + 'spec': '\n' ? +++ ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' ', 'type': 'exec_code', }
unit:test-310:macos-latest
Process completed with exit code 1.
unit:test-312:ubuntu-latest: lumen/tests/views/test_base.py#L547
test_exec_python_exec_code_view_roundtrip AssertionError: assert {'spec': '\n ...: 'exec_code'} == {'code': '\n ...: 'exec_code'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'spec': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Right contains 1 more item: {'code': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Full diff: { - 'code': '\n' ? --- + 'spec': '\n' ? +++ ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' ', 'type': 'exec_code', }
unit:test-312:ubuntu-latest
Process completed with exit code 1.
unit:test-312:macos-latest: lumen/tests/views/test_base.py#L547
test_exec_python_exec_code_view_roundtrip AssertionError: assert {'spec': '\n ...: 'exec_code'} == {'code': '\n ...: 'exec_code'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'spec': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Right contains 1 more item: {'code': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Full diff: { - 'code': '\n' ? --- + 'spec': '\n' ? +++ ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' ', 'type': 'exec_code', }
unit:test-312:macos-latest
Process completed with exit code 1.
unit:test-310:windows-latest: lumen\tests\sources\test_duckdb.py#L144
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
unit:test-310:windows-latest: lumen\tests\views\test_base.py#L547
test_exec_python_exec_code_view_roundtrip AssertionError: assert {'spec': '\n ...: 'exec_code'} == {'code': '\n ...: 'exec_code'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'spec': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Right contains 1 more item: {'code': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Full diff: { - 'code': '\n' ? --- + 'spec': '\n' ? +++ ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' ', 'type': 'exec_code', }
unit:test-310:windows-latest
Process completed with exit code 1.
unit:test-312:windows-latest: lumen\tests\views\test_base.py#L547
test_exec_python_exec_code_view_roundtrip AssertionError: assert {'spec': '\n ...: 'exec_code'} == {'code': '\n ...: 'exec_code'} Omitting 1 identical items, use -vv to show Left contains 1 more item: {'spec': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Right contains 1 more item: {'code': '\n' ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' '} Full diff: { - 'code': '\n' ? --- + 'spec': '\n' ? +++ ' import holoviews as hv\n' ' import numpy as np\n' ' data = np.array([[1, 2], [3, 4]])\n' ' hv.Scatter(data)\n' ' ', 'type': 'exec_code', }
unit:test-312:windows-latest
Process completed with exit code 1.
result:test
Process completed with exit code 1.
Setup workflow
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Pixi lock
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Run pre-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
core:test-core:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit:test-310:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit:test-312:ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
result:test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
pixi-lock
181 KB