-
Notifications
You must be signed in to change notification settings - Fork 12
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
set_value argument name: src or values #6
Comments
Fixed with 17d7d72. |
Ok thanks! I assumed it should be For your information, the main reason I was carefully reading it was because I used it as a basis for https://github.com/Deltares/BasicModelInterface.jl. Not sure to which extent you would be interested in a Julia BMI specification next to the C, C++, Fortran and Python ones. As I mention in the readme it probably still needs some implementations to prove itself. But perhaps it's good you are aware of its existence. If you'd want to adopt it eventually I'd be happy to transfer the repo to the CSDMS org. |
@visr This is great! @ethan-pierce is also working with BMI for Julia. I believe his repository is private at the moment but you two should compare notes sometime. |
Great, thanks for letting me know. @ethan-pierce, feel free to create an issue on the BasicModelInterface.jl repository to discuss anything, or if you prefer you can drop me an email as well. I didn't register BasicModelInterface.jl as a package yet, so we could also go with what you worked on. |
I just noticed in
bmi-python/bmipy/bmi.py
Lines 394 to 407 in 0fcca44
That the argument name
values
does not match thesrc
in the docstring and thesrc
on the BMI website.Since in Python these are not strictly positional but can be addressed as keyword arguments as well, I didn't just want to change it.
The text was updated successfully, but these errors were encountered: