Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
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
Charles
wendelin
Commits
243137fe
Commit
243137fe
authored
Jul 01, 2015
by
Ivan Tyagov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move to proper place and clean up.
parent
4331ed20
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
bt5/erp5_wendelin/SkinTemplateItem/portal_skins/erp5_wendelin/DataStream_transformTail.xml
...m/portal_skins/erp5_wendelin/DataStream_transformTail.xml
+1
-1
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.py
...tTemplateItem/portal_components/test.erp5.testWendelin.py
+1
-4
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.xml
...TemplateItem/portal_components/test.erp5.testWendelin.xml
+5
-5
No files found.
bt5/erp5_wendelin/SkinTemplateItem/portal_skins/erp5_wendelin/DataStream_transformTail.xml
View file @
243137fe
...
...
@@ -59,7 +59,7 @@
As transformation is quite specific we leave this script empty so developers\n
can hook in and add needed transformations.\n
\n
Interesting here
ti
to use OffsetIndex property sheet which allows to place\n
Interesting here
is
to use OffsetIndex property sheet which allows to place\n
marker till where a Data Stream has been processed.\n
"""\n
</string>
</value>
...
...
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.py
View file @
243137fe
...
...
@@ -26,6 +26,7 @@
##############################################################################
from
Products.ERP5Type.tests.ERP5TypeTestCase
import
ERP5TypeTestCase
from
wendelin.bigarray.array_zodb
import
ZBigArray
from
DateTime
import
DateTime
import
msgpack
import
numpy
as
np
...
...
@@ -158,8 +159,6 @@ class Test(ERP5TypeTestCase):
"""
portal
=
self
.
portal
portal
.
game_of_life
()
# XXX: for now following ones are disabled as wendelin.core not available
# in testnodes framework
portal
.
game_of_life_out_of_core
()
portal
.
game_of_life_out_of_core_activities
()
...
...
@@ -167,8 +166,6 @@ class Test(ERP5TypeTestCase):
"""
Test persistently saving a ZBig Array to a Data Array.
"""
from
wendelin.bigarray.array_zodb
import
ZBigArray
data_array
=
self
.
portal
.
data_array_module
.
newContent
(
\
portal_type
=
'Data Array'
)
self
.
assertEqual
(
None
,
data_array
.
getArray
())
...
...
bt5/erp5_wendelin/TestTemplateItem/portal_components/test.erp5.testWendelin.xml
View file @
243137fe
...
...
@@ -46,11 +46,11 @@
<key>
<string>
text_content_warning_message
</string>
</key>
<value>
<tuple>
<string>
W: 3
7
, 8: Unused variable \'n\' (unused-variable)
</string>
<string>
W: 6
4
, 4: Unused variable \'scipy\' (unused-variable)
</string>
<string>
W: 6
6
, 4: Unused variable \'pandas\' (unused-variable)
</string>
<string>
W: 6
5
, 4: Unused variable \'sklearn\' (unused-variable)
</string>
<string>
W:11
5
, 4: Unused variable \'data_supply\' (unused-variable)
</string>
<string>
W: 3
8
, 8: Unused variable \'n\' (unused-variable)
</string>
<string>
W: 6
5
, 4: Unused variable \'scipy\' (unused-variable)
</string>
<string>
W: 6
7
, 4: Unused variable \'pandas\' (unused-variable)
</string>
<string>
W: 6
6
, 4: Unused variable \'sklearn\' (unused-variable)
</string>
<string>
W:11
6
, 4: Unused variable \'data_supply\' (unused-variable)
</string>
</tuple>
</value>
</item>
...
...
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