Re: [shogun] Need help for class list

2017-06-11 Thread Viktor Gal
the reason for the error is because how class_list.cpp.py detects templates…. i’ve commented in the PR how to fix this issue. cheers, viktor > On 10 Jun 2017, at 8:00 PM, Tiramisu Ling wrote: > > Hi there, > I meet some question for DynamicArray refactoring. Here is the

[shogun] Need help for class list

2017-06-10 Thread Tiramisu Ling
Hi there, I meet some question for DynamicArray refactoring. Here is the error and description, https://github.com/shogun-toolbox/shogun/pull/3832#pullrequestreview-43288446. It seems like it doesn't know which DynamicArray we are going to init(DynamicArra or DynamicArray) what should I do to