This commit is contained in:
2023-03-20 11:22:54 +08:00
parent 6489ecff90
commit 05f43fb341
8 changed files with 1472 additions and 1 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "C:\\Users\\ASUS\\OneDrive\\Project\\ScrAbm\\Dissertation\\IIabm\\main.py",
"program": "C:\\Users\\ASUS\\OneDrive\\Project\\ScrAbm\\Dissertation\\IIabm\\analysis.py",
"console": "integratedTerminal",
"justMyCode": true
}