Commit 243137fe authored by Ivan Tyagov's avatar Ivan Tyagov

Move to proper place and clean up.

parent 4331ed20
......@@ -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>
......
......@@ -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())
......
......@@ -46,11 +46,11 @@
<key> <string>text_content_warning_message</string> </key>
<value>
<tuple>
<string>W: 37, 8: Unused variable \'n\' (unused-variable)</string>
<string>W: 64, 4: Unused variable \'scipy\' (unused-variable)</string>
<string>W: 66, 4: Unused variable \'pandas\' (unused-variable)</string>
<string>W: 65, 4: Unused variable \'sklearn\' (unused-variable)</string>
<string>W:115, 4: Unused variable \'data_supply\' (unused-variable)</string>
<string>W: 38, 8: Unused variable \'n\' (unused-variable)</string>
<string>W: 65, 4: Unused variable \'scipy\' (unused-variable)</string>
<string>W: 67, 4: Unused variable \'pandas\' (unused-variable)</string>
<string>W: 66, 4: Unused variable \'sklearn\' (unused-variable)</string>
<string>W:116, 4: Unused variable \'data_supply\' (unused-variable)</string>
</tuple>
</value>
</item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment