Skip to content

Commit

Permalink
Merge pull request #100 from pariterre/master
Browse files Browse the repository at this point in the history
Cleaned a bit for pep8 and updated to latest pyomeca
  • Loading branch information
pariterre authored Sep 4, 2024
2 parents 6fa9f22 + 5723406 commit 4340904
Show file tree
Hide file tree
Showing 10 changed files with 1,537 additions and 1,493 deletions.
16 changes: 16 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Main example",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/examples/biorbd_viz.py",
"env": {"PYTHONPATH": "${workspaceFolder}"},
"console": "integratedTerminal"
}
]
}
6 changes: 2 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
"python.testing.pytestArgs": ["tests"],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.extraPaths": ["./external/pyScienceMode"],
"python.envFile": "${workspaceFolder}/.vscode/.env",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.rulers": [120]
"editor.rulers": [120],
},
"cmake.configureOnOpen": false
"cmake.configureOnOpen": false,
}
Loading

0 comments on commit 4340904

Please sign in to comment.