-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix PyChaste Build for Chaste 2024.1 #64
Conversation
kwabenantim
commented
Feb 28, 2024
- Supports Release PyChaste 2024.1 #62
The bindings seem to be having problems finding the constructors for
|
import chaste.visualization
|
import chaste.cell_based
|
The registration issues were corrected by fixing the registration order in 3fe4c00 |
Immersed Boundary Tutorial and visualization are working okay except for an error in the last example with a
|
Fixed in 1f56164 by reducing the simulation run length to the value in the original C++ tutorial. |