Skip to content

Commit d0836f4

Browse files
committed
Removed unnecessary code
1 parent da20cf2 commit d0836f4

15 files changed

+1104
-343
lines changed

.vscode/settings.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"python.testing.pytestArgs": [
3-
"tests"
4-
],
5-
"python.testing.unittestEnabled": false,
6-
"python.testing.pytestEnabled": true,
7-
"python.analysis.typeCheckingMode": "basic",
8-
"python.analysis.extraPaths": [
9-
"./src",
10-
"./src/notebooks"
11-
],
12-
"python.linting.enabled": true,
13-
"python.formatting.provider": "black"
14-
}
2+
"python.testing.pytestArgs": ["tests"],
3+
"python.testing.unittestEnabled": false,
4+
"python.testing.pytestEnabled": true,
5+
"python.analysis.extraPaths": [
6+
"${workspaceFolder}/src",
7+
"${workspaceFolder}/src/notebooks"
8+
],
9+
"python.analysis.useLibraryCodeForTypes": true,
10+
"python.analysis.indexing": true,
11+
"python.analysis.typeCheckingMode": "basic",
12+
"python.analysis.diagnosticSeverityOverrides": {
13+
"reportMissingModuleSource": "none"
14+
}
15+
}

SimplicialTensors-Experiments/README.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

SimplicialTensors-Experiments/experiments/mnist_ab.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

SimplicialTensors-Experiments/requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.
-7.48 MB
Binary file not shown.
-1.57 MB
Binary file not shown.
-9.77 KB
Binary file not shown.
-4.44 KB
Binary file not shown.
-44.9 MB
Binary file not shown.
-9.45 MB
Binary file not shown.

0 commit comments

Comments
 (0)