Skip to content

Commit 1770af8

Browse files
committed
🏷️ sparse: overhauled stubs for diags_array, eye_array, and their matrix equivalents
1 parent c4cf9ce commit 1770af8

File tree

3 files changed

+1775
-181
lines changed

3 files changed

+1775
-181
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"editor.tabSize": 2,
3434
},
3535
"dprint.path": ".venv/bin/dprint",
36+
"code-runner.executorMap": {
37+
"python": "cd \"$workspaceRoot\" && source \".venv/bin/activate\" && uvx basedpyright $fullFileName && python $fullFileName",
38+
},
3639
"mypy-type-checker.path": [
3740
"uv",
3841
"run",

0 commit comments

Comments
 (0)