Commit 0152f86b authored by Levin Zimmermann's avatar Levin Zimmermann

fixup! Restricted: Migrate np bits from Wendelin to ERP5

/reviewed-on nexedi/erp5!1757
parent 606d87e2
......@@ -507,9 +507,8 @@ allow_type(np.dtype)
allow_type(np.timedelta64)
allow_type(type(np.c_))
allow_type(type(np.dtype('int16')))
allow_type(
type(np.array([('2017-07-12T12:30:20',)], dtype=[('date', 'M8[s]')])['date'])
)
sz = np.array([('2017-07-12T12:30:20',)], dtype=[('date', 'M8[s]')])
allow_type(type(sz[0]['date']))
allow_full_write(np.ndarray)
allow_full_write(np.core.records.recarray)
......
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