Skip to content

Commit

Permalink
feat: add matrices and complete Walkthrough.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
CallumJHays committed Oct 17, 2022
1 parent 94ceba3 commit 6aad4ea
Show file tree
Hide file tree
Showing 33 changed files with 41,721 additions and 1,137 deletions.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
"type": "python",
"request": "launch",
"program": "${file}",
"purpose": ["debug-test"],
"console": "integratedTerminal",
"justMyCode": false
}
},

]
}
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"cortex-debug.openocdPath": "/usr/bin/openocd"
"cortex-debug.openocdPath": "/usr/bin/openocd",
"jupyter.debugJustMyCode": false,
"cSpell.words": [
"Kirchoff's"
]
}
Loading

0 comments on commit 6aad4ea

Please sign in to comment.