Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TurTLE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TurTLE
TurTLE
Commits
2ab33dd5
Commit
2ab33dd5
authored
7 months ago
by
Cristian Lalescu
Browse files
Options
Downloads
Plain Diff
Merge branch 'bugfix/PP_typo' into 'master'
fixes parser definition See merge request
!129
parents
3819a477
515c9feb
No related branches found
No related tags found
1 merge request
!129
fixes parser definition
Pipeline
#237196
passed
7 months ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
TurTLE/PP.py
+3
-3
3 additions, 3 deletions
TurTLE/PP.py
with
3 additions
and
3 deletions
TurTLE/PP.py
+
3
−
3
View file @
2ab33dd5
...
...
@@ -378,11 +378,11 @@ class PP(_code):
'
bandpass_stats
'
,
help
=
'
get stats of bandpassed velocity
'
)
parser_joint_acc_vel_stats
=
subparsers
.
add_parser
(
'
joint_acc_vel_stats
'
,
help
=
'
get joint acceleration velocity statistics
'
)
parser_pressure_stats
=
subparsers
.
add_parser
(
'
pressure_stats
'
,
help
=
'
get pressure statistics
'
)
parser_pressure_stats
=
subparsers
.
add_parser
(
'
joint_acc_vel_stats
'
,
help
=
'
get joint acceleration and velocity statistics
'
)
parser_resize
=
subparsers
.
add_parser
(
'
resize
'
,
help
=
'
resize field
'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment