Skip to content

Commit b278c8e

Browse files
authored
Disu as graph (#58)
* Show that it's possible to store a CSR matrix in an XArray Dataset The test checks that it can restore the graph after saving it in CSR format. Also added a dense test that takes simple numpy arrays. * Auto-format and organize imports via ruff on save
1 parent d1ac9ee commit b278c8e

File tree

4 files changed

+721
-43
lines changed

4 files changed

+721
-43
lines changed

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
"test"
44
],
55
"python.testing.unittestEnabled": false,
6-
"python.testing.pytestEnabled": true
6+
"python.testing.pytestEnabled": true,
7+
"[python]": {
8+
"editor.formatOnSave": true,
9+
"editor.defaultFormatter": "charliermarsh.ruff",
10+
"editor.codeActionsOnSave": {
11+
"source.fixAll": "explicit"
12+
}
13+
}
714
}

0 commit comments

Comments
 (0)