Skip to content

Commit 859984b

Browse files
committed
Update baseline
1 parent 1f24965 commit 859984b

1 file changed

Lines changed: 72 additions & 16 deletions

File tree

.basedpyright/baseline.json

Lines changed: 72 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,14 +1140,6 @@
11401140
"endColumn": 41,
11411141
"lineCount": 1
11421142
}
1143-
},
1144-
{
1145-
"code": "reportUnknownVariableType",
1146-
"range": {
1147-
"startColumn": 15,
1148-
"endColumn": 59,
1149-
"lineCount": 1
1150-
}
11511143
}
11521144
],
11531145
"./arraycontext/impl/jax/__init__.py": [
@@ -2549,6 +2541,78 @@
25492541
}
25502542
],
25512543
"./arraycontext/impl/numpy/fake_numpy.py": [
2544+
{
2545+
"code": "reportCallIssue",
2546+
"range": {
2547+
"startColumn": 15,
2548+
"endColumn": 48,
2549+
"lineCount": 4
2550+
}
2551+
},
2552+
{
2553+
"code": "reportUnknownVariableType",
2554+
"range": {
2555+
"startColumn": 15,
2556+
"endColumn": 48,
2557+
"lineCount": 4
2558+
}
2559+
},
2560+
{
2561+
"code": "reportArgumentType",
2562+
"range": {
2563+
"startColumn": 51,
2564+
"endColumn": 71,
2565+
"lineCount": 3
2566+
}
2567+
},
2568+
{
2569+
"code": "reportCallIssue",
2570+
"range": {
2571+
"startColumn": 15,
2572+
"endColumn": 76,
2573+
"lineCount": 2
2574+
}
2575+
},
2576+
{
2577+
"code": "reportUnknownVariableType",
2578+
"range": {
2579+
"startColumn": 15,
2580+
"endColumn": 76,
2581+
"lineCount": 2
2582+
}
2583+
},
2584+
{
2585+
"code": "reportArgumentType",
2586+
"range": {
2587+
"startColumn": 45,
2588+
"endColumn": 72,
2589+
"lineCount": 1
2590+
}
2591+
},
2592+
{
2593+
"code": "reportCallIssue",
2594+
"range": {
2595+
"startColumn": 15,
2596+
"endColumn": 76,
2597+
"lineCount": 2
2598+
}
2599+
},
2600+
{
2601+
"code": "reportUnknownVariableType",
2602+
"range": {
2603+
"startColumn": 15,
2604+
"endColumn": 76,
2605+
"lineCount": 2
2606+
}
2607+
},
2608+
{
2609+
"code": "reportArgumentType",
2610+
"range": {
2611+
"startColumn": 45,
2612+
"endColumn": 72,
2613+
"lineCount": 1
2614+
}
2615+
},
25522616
{
25532617
"code": "reportAny",
25542618
"range": {
@@ -3005,14 +3069,6 @@
30053069
"lineCount": 1
30063070
}
30073071
},
3008-
{
3009-
"code": "reportUnknownMemberType",
3010-
"range": {
3011-
"startColumn": 19,
3012-
"endColumn": 40,
3013-
"lineCount": 1
3014-
}
3015-
},
30163072
{
30173073
"code": "reportAny",
30183074
"range": {

0 commit comments

Comments
 (0)