Summarize changes to support prediction #122
ci.yml
on: pull_request
Ruff
7s
Pylint
1m 38s
Mypy
1m 37s
Conda Pytest
5m 32s
Conda Examples
1m 48s
Documentation
1m 36s
Matrix: downstream_tests
Annotations
4 errors and 2 warnings
Ruff
Process completed with exit code 1.
|
Mypy
Process completed with exit code 1.
|
Conda Pytest:
test/test/test/test_pytato.py#L457
test_array_dot_repr
assert "IndexLambda(...name='y')})})" == "IndexLambda(...name='y')})})"
Skipping 231 identical leading characters in diff, use -v to show
- =Product((np.int64(3),Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='x')}),'_in1':IndexLambda(shape=(10,4),dtype='int64',expr=Product((np.int64(4),Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='y')})})
? --------- - ^^^^^^^^^^^
+ =Product((3,Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='x')}),'_in1':IndexLambda(shape=(10,4),dtype='int64',expr=Product((4,Subscript(Variable('_in1'),(Variable('_0'),Variable('_1'))))),bindings={'_in1':Placeholder(shape=(10,4),dtype='int64',name='y')})})
? ^
|
Conda Pytest
Process completed with exit code 1.
|
Tests for downstream project mirgecom
No point in testing mirgecom at the moment, see https://github.com/illinois-ceesd/mirgecom/pull/898. Test not performed.
|
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|