Add PythonCodeAgent #2341
test.yaml
on: pull_request
Annotations
71 errors and 7 warnings
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L582
test_exec_python_within_python_code_fence
assert None == 42
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L629
test_exec_python_multiple_imports
assert None == 6
|
core:test-core:ubuntu-latest:
lumen/tests/views/test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L629
test_exec_python_multiple_imports
assert None == 6
|
unit:test-310:ubuntu-latest:
lumen/tests/views/test_base.py#L569
test_exec_python_return_statement
assert None == 42
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L582
test_exec_python_within_python_code_fence
assert None == 42
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L569
test_exec_python_return_statement
assert None == 42
|
unit:test-310:macos-latest:
lumen/tests/views/test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
unit:test-312:macos-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-312:macos-latest:
lumen/tests/views/test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L569
test_exec_python_return_statement
assert None == 42
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
unit:test-312:macos-latest:
lumen/tests/views/test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L615
test_exec_python_pipeline_data_access
assert None == 3.0
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L629
test_exec_python_multiple_imports
assert None == 6
|
unit:test-312:ubuntu-latest:
lumen/tests/views/test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L569
test_exec_python_return_statement
assert None == 42
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L629
test_exec_python_multiple_imports
assert None == 6
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
unit:test-310:windows-latest:
lumen\tests\views\test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L569
test_exec_python_return_statement
assert None == 42
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
unit:test-312:windows-latest:
lumen\tests\views\test_base.py#L615
test_exec_python_pipeline_data_access
assert None == 3.0
|
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
|
Run pre-commit
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
|
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 |
|