Scheduled #566
Annotations
10 errors and 1 warning
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_bpx.py#L141
TestBPX.test_bpx
AttributeError: 'FieldInfo' object has no attribute 'field_info'
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_bpx.py#L158
TestBPX.test_no_already_exists_in_BPX
AttributeError: 'FieldInfo' object has no attribute 'field_info'
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_bpx.py#L192
TestBPX.test_constant_functions
AttributeError: 'FieldInfo' object has no attribute 'field_info'
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_bpx.py#L246
TestBPX.test_table_data
AttributeError: 'FieldInfo' object has no attribute 'field_info'
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_bpx.py#L282
TestBPX.test_bpx_arrhenius
AttributeError: 'FieldInfo' object has no attribute 'field_info'
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_bpx.py#L375
TestBPX.test_bpx_blended
AttributeError: 'FieldInfo' object has no attribute 'field_info'
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_bpx.py#L476
TestBPX.test_bpx_user_defined
AttributeError: 'FieldInfo' object has no attribute 'field_info'
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_parameters/test_parameter_values.py#L46
TestParameterValues.test_repr
assert "{'Boltzmann ...24,\n 'a': 1}" == "{'Boltzmann ...18,\n 'a': 1}"
{'Boltzmann constant [J.K-1]': 1.380649e-23,
'Electron charge [C]': 1.602176634e-19,
- 'Faraday constant [C.mol-1]': 96485.33212,
+ 'Faraday constant [C.mol-1]': 96485.33212331001,
? ++++++
- 'Ideal gas constant [J.K-1.mol-1]': 8.314462618,
+ 'Ideal gas constant [J.K-1.mol-1]': 8.31446261815324,
? +++++
'a': 1}
|
Run coverage tests for ubuntu-latest with Python 3.12:
tests/unit/test_solvers/test_algebraic_solver.py#L64
TestAlgebraicSolver.test_simple_root_find
assert array([[-2.]]) != -2
+ where array([[-2.]]) = <pybamm.solvers.solution.Solution object at 0x7f35d852bf50>.y
|
Run coverage tests for ubuntu-latest with Python 3.12
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading