-
Notifications
You must be signed in to change notification settings - Fork 29
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
New python bindings using pybind11- many of function not exposed #418
Comments
moose.Neutral('/m') |
In [7]: b = moose.Neutral('/a')
In [8]: a.getId()
Out[8]: <moose.vec: class=Neutral, id=448, path=/a>
In [9]: a.getDataIndex()
Out[9]: 0
You may want to check When a value is assigned to a moose element, |
ipython3 moose.about() b = moose.Neutral('/a') b.getId()
I know writeSBML,readSBML,writeKkit works and this makes more sense which I always preferred but in the documentation it still says as mooseWriteSBML and snippets also failing due to this.
Yes its not breaking any existing code, but warning as in earlier API it was initialized 0.0 which is better than Nan Also in documentation, specially cookbook |
#422 fixes the missing About missing About Many other PRs I've opened are diverging and getting stale and I hardly hear about them for 2-3 months. I am feeling a little less motivated to work on this project. |
function like
getId(), getDataIndex(),
mooseWriteSBML,mooseReadSBML
mooseWriteKkit
is not available at python binding level.
The text was updated successfully, but these errors were encountered: