Ticket #10067 (new)
Refactor function python API
Reported by: | Samuel Jackson | Owned by: | Anyone |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
The python API for functions seems to be incomplete. For example, there is no way to create a function from the function factory and set a attribute (but it appears you can set a parameter). Also you cannot, for example, run:
myfunc.function1D(...)
This would be useful in the case when you simply want to evaluate function rather than fit it.
Note: See
TracTickets for help on using
tickets.
This ticket has been transferred to github issue 10909