Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Python3 ArmarX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Python3 ArmarX
Commits
a4bd987a
Commit
a4bd987a
authored
9 months ago
by
Firat Yusuf Duran
Browse files
Options
Downloads
Patches
Plain Diff
fix bug
parent
d8d4eef5
No related branches found
No related tags found
2 merge requests
!72
Dev fluxio get types
,
!68
Fluxio preliminary release
Pipeline
#20303
passed
9 months ago
Stage: setup-venv
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
armarx_skills/manager/fluxio_type_aron_converter.py
+1
-1
1 addition, 1 deletion
armarx_skills/manager/fluxio_type_aron_converter.py
with
1 addition
and
1 deletion
armarx_skills/manager/fluxio_type_aron_converter.py
+
1
−
1
View file @
a4bd987a
...
...
@@ -107,7 +107,7 @@ class FluxioTypeAronConverter:
elif
isinstance
(
aron_type
,
AronTypeIceTypes
.
Matrix
):
rows
=
aron_type
.
rows
cols
=
aron_type
.
cols
mat_type
=
aron_type
.
elementType
mat_type
=
str
(
aron_type
.
elementType
)
description
=
(
f
"
Matrix with dimensions
{
rows
}
x
{
cols
}
and elements of type
{
mat_type
}
"
)
...
...
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