You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is relevant to #4423 In this PR the aim was to convert this python script to a meta example.
When using the factory method to create a CStringFeatures object it is returned as CFeatures. This is fine, however, in the case of generating the meta examples that use this functionality the return object is stored as auto. This doesn't allow the use of CStringFeatures functions.
The problem is caused by the auto in the code below
As discussed, I think this is possible with putget, and potentially registering a lazy executed function with get, as done here and the corresponding example
This issue is relevant to #4423 In this PR the aim was to convert this python script to a meta example.
When using the factory method to create a CStringFeatures object it is returned as CFeatures. This is fine, however, in the case of generating the meta examples that use this functionality the return object is stored as auto. This doesn't allow the use of CStringFeatures functions.
The problem is caused by the auto in the code below
shogun/examples/meta/generator/targets/cpp.json
Line 14 in d751f66
Any ideas or pointers of how to fix this?
The text was updated successfully, but these errors were encountered: