Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
klaus_wendelin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Eteri
klaus_wendelin
Commits
cbe4938b
Commit
cbe4938b
authored
Oct 24, 2018
by
Klaus Wölfel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make sure to return view
parent
59535549
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bt5/erp5_wendelin/DocumentTemplateItem/portal_components/document.erp5.DataArrayViewLine.py
...Item/portal_components/document.erp5.DataArrayViewLine.py
+2
-3
No files found.
bt5/erp5_wendelin/DocumentTemplateItem/portal_components/document.erp5.DataArrayViewLine.py
View file @
cbe4938b
...
...
@@ -72,7 +72,6 @@ class DataArrayViewLine(DataArray):
createExpressionContext
(
None
,
portal
=
getindex
),
dtype_expression
))
if
name_list
:
dtype
.
names
=
name_list
array_view
=
array_view
.
reshape
(
array_view
.
size
,).
view
(
dtype
)
return
np
.
ndarray
((
array_view
.
shape
[
0
],),
dtype
,
zbigarray
[:],
0
,
array_view
.
strides
[
0
]
)
else
:
array_view
=
array_view
return
array_view
return
array_view
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment