Skip to content
New issue

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

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

Already on GitHub? # to your account

Translate to Numpy #40

Open
mhucka opened this issue Sep 5, 2017 · 0 comments
Open

Translate to Numpy #40

mhucka opened this issue Sep 5, 2017 · 0 comments

Comments

@mhucka
Copy link
Member

mhucka commented Sep 5, 2017

Some subset of mathematical expressions could be converted if they could be transformed into a simpler form that is compatible with what can be expressed in core SBML. For example, some simple uses of arrays could be converted, but we need to re-express the constructs to avoid the use of arrays. This would require recognizing when arrays are intended versus when they are not, which would be complicated. However, if we translate the expressions into equivalent Numpy expressions, then we can manipulate them using Numpy operations.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant