Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions .basedpyright/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1867,6 +1867,22 @@
"lineCount": 1
}
},
{
"code": "reportUnknownMemberType",
"range": {
"startColumn": 37,
"endColumn": 44,
"lineCount": 1
}
},
{
"code": "reportUnknownMemberType",
"range": {
"startColumn": 45,
"endColumn": 52,
"lineCount": 1
}
},
{
"code": "reportAny",
"range": {
Expand Down Expand Up @@ -2354,6 +2370,62 @@
"endColumn": 46,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 57,
"endColumn": 61,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 57,
"endColumn": 61,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 50,
"endColumn": 54,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 49,
"endColumn": 53,
"lineCount": 1
}
},
{
"code": "reportArgumentType",
"range": {
"startColumn": 35,
"endColumn": 39,
"lineCount": 1
}
},
{
"code": "reportUnnecessaryComparison",
"range": {
"startColumn": 11,
"endColumn": 28,
"lineCount": 1
}
},
{
"code": "reportUnreachable",
"range": {
"startColumn": 12,
"endColumn": 64,
"lineCount": 1
}
}
],
"./pymbolic/geometric_algebra/mapper.py": [
Expand Down Expand Up @@ -11145,6 +11217,14 @@
"lineCount": 1
}
},
{
"code": "reportUnhashable",
"range": {
"startColumn": 35,
"endColumn": 39,
"lineCount": 1
}
},
{
"code": "reportUnknownParameterType",
"range": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
. ./ci-support-v0
build_py_project_in_venv
pip install -e .[test]
python -m pip install numpy pexpect sympy scipy scipy-stubs 'optype<0.15'
python -m pip install numpy pexpect sympy scipy scipy-stubs optype
python -m pip install basedpyright
basedpyright

Expand Down
Loading