We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eaa08f commit f5224f8Copy full SHA for f5224f8
.basedpyright/baseline.json
@@ -2097,6 +2097,14 @@
2097
}
2098
],
2099
"./arraycontext/impl/jax/fake_numpy.py": [
2100
+ {
2101
+ "code": "reportUnknownMemberType",
2102
+ "range": {
2103
+ "startColumn": 44,
2104
+ "endColumn": 53,
2105
+ "lineCount": 1
2106
+ }
2107
+ },
2108
{
2109
"code": "reportArgumentType",
2110
"range": {
@@ -2105,6 +2113,14 @@
2113
"lineCount": 1
2114
2115
},
2116
2117
2118
2119
2120
+ "endColumn": 57,
2121
2122
2123
2124
2125
"code": "reportMissingParameterType",
2126
0 commit comments