Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set_train_data only accepting 2 args (as opposed to 5 args documented in the C++ bindings) #15

Open
bakoontz opened this issue Jul 17, 2016 · 1 comment

Comments

@bakoontz
Copy link

Attempting to call set_train_data() per the published C++ API results in the following:

File "/usr/local/lib/python2.7/dist-packages/fann2/libfann.py", line 314, in set_train_data
def set_train_data(self, *args): return _libfann.training_data_set_train_data(self, *args)
TypeError: training_data_set_train_data() takes exactly 3 arguments (6 given)

@FutureLinkOpenSource
Copy link
Contributor

When we started maintaining this package, the code was made to work with current python versions and other fixes. We don't use fann2 any more, but if you want to provide a patch for any missing functionality, we'll integrate it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants