Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
navipy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olivier Bertrand
navipy
Commits
a2b672d6
Commit
a2b672d6
authored
6 years ago
by
Olivier Bertrand
Browse files
Options
Downloads
Patches
Plain Diff
Add coverage support
parent
98f1c229
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.coveragerc
+11
-0
11 additions, 0 deletions
.coveragerc
navipy/trajectories/test_trajectory.py
+0
-1
0 additions, 1 deletion
navipy/trajectories/test_trajectory.py
with
11 additions
and
1 deletion
.coveragerc
0 → 100644
+
11
−
0
View file @
a2b672d6
[run]
omit =
# Omit the blender file
*blend*
source =
# include navipy
navipy
[html]
directory = coverage_html_report
\ No newline at end of file
This diff is collapsed.
Click to expand it.
navipy/trajectories/test_trajectory.py
+
0
−
1
View file @
a2b672d6
...
...
@@ -41,7 +41,6 @@ class TestTrajectoryTransform(unittest.TestCase):
trajectory
.
rotation_mode
=
euler_axes
traj_test
.
rotation_mode
=
euler_axes
transformed_markers
=
trajectory
.
world2body
(
markers
)
print
(
transformed_markers
)
# reverse
for
triangle_mode
in
[
'
x-axis=median-from-0
'
,
'
y-axis=1-2
'
]:
...
...
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