Commit 47e087ef authored by Levin Zimmermann's avatar Levin Zimmermann

fixup! wendelin: Remove redundant pandas code

parent 6f4d4796
......@@ -66,6 +66,9 @@ allow_module('wendelin.bigarray.array_zodb')
allow_type(np.timedelta64)
allow_type(type(np.c_))
import pandas as pd
allow_type(pd.Index)
import sklearn.linear_model
allow_class(sklearn.linear_model.LinearRegression)
......@@ -81,5 +84,4 @@ full_write_guard.func_closure[1].cell_contents.__self__[ZBigArray] = True
allow_type(ZBigArray)
from wendelin.bigarray.array_ram import RAMArray
full_write_guard.func_closure[1].cell_contents.__self__[RAMArray] = True
allow_type(RAMArray)
allow_type(RAMArray)
\ No newline at end of file
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