You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a reason for not implementing this example in Python?
We're presently implementing a BMI Python wrapper for another C++ library, using Cython, and are having challenges with this particular method. We would love to see another working implementation (or understand if there is a good reason to not implement it).
The text was updated successfully, but these errors were encountered:
We noticed that the
get_value_ptr()
method was not implemented in the Cythonexample-cxx/pymt_heatcxx/lib/heatcxx.pyx
that was built when we followed the draft Babelizer C++ example at https://babelizer.readthedocs.io/en/mdpiper-add-cxx-example/example-cxx.html (see #105 (comment)).Is there a reason for not implementing this example in Python?
We're presently implementing a BMI Python wrapper for another C++ library, using Cython, and are having challenges with this particular method. We would love to see another working implementation (or understand if there is a good reason to not implement it).
The text was updated successfully, but these errors were encountered: