Skip to content
Snippets Groups Projects
Commit 2247c295 authored by Xuefeng Ding's avatar Xuefeng Ding
Browse files

update fix small bugs

parent 7e1eca55
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@
"jupyter.debugJustMyCode": false,
"debugpy.debugJustMyCode": false,
"ruff.fixAll": true,
"python.defaultInterpreterPath": ".venv/bin/python",
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.analysis.autoFormatStrings": true,
......@@ -54,7 +53,7 @@
"python.analysis.inlayHints.pytestParameters": true,
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.typeCheckingMode": "strict",
"python.analysis.extraPaths": ["${workspaceFolder}/python"],
"python.analysis.extraPaths": ["${workspaceFolder}/src"],
"[shellscript]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
......
......@@ -17,7 +17,7 @@
python3 -m venv .venv
PIP=".venv/bin/pip"
library_output_dir="$PWD/python/myproj/simulation/_csrc"
library_output_dir="$PWD/src/myproj/simulation/_csrc"
$PIP install -r requirements-dev.txt
$PIP install --no-build-isolation --check-build-dependencies -ve . \
-Ccmake.define.CMAKE_EXPORT_COMPILE_COMMANDS=1 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment