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

Algorithms Parameters should handle types natively (not translating via strings) #3481

Closed
NickDraper opened this issue Mar 14, 2011 · 1 comment
Assignees
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@NickDraper
Copy link
Contributor

The specific case in point here is numPy arrays which do not translate to strings fully.

There are a few possibilities here:

  1. handle numpy arrays natively
  2. Custom serialise the numpy arrays within the PythonSimpleAPI code (not the best option but a possible fall back).
@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 2634

@NickDraper NickDraper added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Python labels Jun 3, 2015
@NickDraper NickDraper added this to the Release 2.1 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

2 participants