-
Notifications
You must be signed in to change notification settings - Fork 58
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
Implement Python wrappers for cell-based simulations #60
Comments
Building a conda package for PyChaste that works with develop. So far, a manual build with these versions of dependencies from conda-forge and bioconda works:
Note: the vtk builds from conda-forge depend on tbb, not mpi. Trying to get conda-build to make the conda package. |
The conda package was built with conda mambabuild and is now up on a test channel. Currently testing it in a Jupyter notebook and fixing issues. To install, run: To start a Jupyter notebook, run: |
|
TestVertexBasedCellPopulationPython.py
This stems from the visualisation scene modifier: |
Scene rendering fixed: Chaste/PyChaste#1 |
Colab notebooks enabled: |
Wrappers updated to |
Fixing |
Remaining Tasks
|
Closing this issue as Python bindings are now implemented: https://github.com/Chaste/PyChaste. New issues will be created for further updates to the Python bindings including, but not limited to:
|
This issue continues the discussion for legacy trac ticket 3104:
kwabenantim created the following ticket on 2022-09-02 at 11:33:49, it is owned by kwabenantim*
For those without C++ expertise, implementation of higher-level programming language bindings would offer a step change in Chaste’s usability. Extending on preliminary work in [legacy ticket 2686] on PyChaste, we will use PyBind11 to generate Python wrappers for cell-based Chaste.
The text was updated successfully, but these errors were encountered: