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

Unable to generate code for Integral / Summation #72

Closed
szymczdm opened this issue Aug 29, 2016 · 5 comments
Closed

Unable to generate code for Integral / Summation #72

szymczdm opened this issue Aug 29, 2016 · 5 comments
Labels
design Related to the current design of Drasil (not artifacts).
Milestone

Comments

@szymczdm
Copy link
Collaborator

No code making function implemented yet for Integral/Sum.

@szymczdm
Copy link
Collaborator Author

Wait on implementing this until #74 is finished.

@szymczdm szymczdm added this to the 0.2.0 milestone Jun 22, 2017
@JacquesCarette
Copy link
Owner

Note that #74 is now done and closed. Still, it's not clear to me how to implement this.

@JacquesCarette JacquesCarette added the design Related to the current design of Drasil (not artifacts). label May 8, 2018
@niazim3
Copy link
Collaborator

niazim3 commented May 15, 2018

This is an issue for generating python code for Integrals/Summation, correct? (https://docs.scipy.org/doc/scipy/reference/tutorial/integrate.html)

@JacquesCarette
Copy link
Owner

Correct. And yes, using calls to SciPy library functions is one very good way to go. There is some functionality in the backend code generator to do so now too, though they might not be fully "plugged in".

@JacquesCarette
Copy link
Owner

Although it is entirely true that we cannot do this right now, there also doesn't seem to be any pressing issue to do so. I'm not sure it is useful to have such a long-standing "feature request" open as an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design Related to the current design of Drasil (not artifacts).
Projects
None yet
Development

No branches or pull requests

4 participants