PyDataProvider2报错
Created by: sjtuwy
代码如下:
`define_py_data_sources2(train_list='train.list',
test_list='test.list',
module=('ei_fea_provider_marriage', 'ei_fea_provider_marriage_test'),
obj=('processData', 'processData'))`
报错信息如下:
> F1111 14:51:41.775494 30126 PythonUtil.cpp:130] Check failed: (ret) != nullptr Python Error: <type 'exceptions.TypeError'> : ('processData', 'processData') has type <type 'tuple'>, but expected one of: (<type 'str'>, <type 'unicode'>)
麻烦帮忙排查,谢谢。