Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
eigenpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Stack Of Tasks
eigenpy
Commits
61f61f60
Unverified
Commit
61f61f60
authored
3 years ago
by
Justin Carpentier
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #257 from jcarpent/devel
Fix naming
parents
863e4b1f
570aa518
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#15862
passed with warnings
3 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cmake
+1
-1
1 addition, 1 deletion
cmake
src/eigenpy.cpp
+1
-1
1 addition, 1 deletion
src/eigenpy.cpp
with
2 additions
and
2 deletions
cmake
@
4b30eba0
Compare
a689714c
...
4b30eba0
Subproject commit
a689714c0d0890ffff5649ba25cbaed44dd6e660
Subproject commit
4b30eba00b9e197583f3239e5a6a454e8655ea03
This diff is collapsed.
Click to expand it.
src/eigenpy.cpp
+
1
−
1
View file @
61f61f60
...
...
@@ -34,7 +34,7 @@ namespace eigenpy
Exception
::
registerException
();
bp
::
def
(
"setNumpyType"
,
&
NumpyType
::
setNumpyType
,
bp
::
arg
(
"
N
umpy
type
(np.ndarray or np.matrix)
"
),
bp
::
arg
(
"
n
umpy
_
type"
),
"Change the Numpy type returned by the converters from an Eigen object."
);
bp
::
def
(
"getNumpyType"
,
&
NumpyType
::
getNumpyType
,
...
...
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