Skip to content

Commit f5224f8

Browse files
committed
Update baseline for Jax update
1 parent 2eaa08f commit f5224f8

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.basedpyright/baseline.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,6 +2097,14 @@
20972097
}
20982098
],
20992099
"./arraycontext/impl/jax/fake_numpy.py": [
2100+
{
2101+
"code": "reportUnknownMemberType",
2102+
"range": {
2103+
"startColumn": 44,
2104+
"endColumn": 53,
2105+
"lineCount": 1
2106+
}
2107+
},
21002108
{
21012109
"code": "reportArgumentType",
21022110
"range": {
@@ -2105,6 +2113,14 @@
21052113
"lineCount": 1
21062114
}
21072115
},
2116+
{
2117+
"code": "reportUnknownMemberType",
2118+
"range": {
2119+
"startColumn": 44,
2120+
"endColumn": 57,
2121+
"lineCount": 1
2122+
}
2123+
},
21082124
{
21092125
"code": "reportMissingParameterType",
21102126
"range": {

0 commit comments

Comments
 (0)