Pulling particles example is not working on v3 #1489
-
I would like to ask why pulling particles example on particle interaction seems not working on oceanparcels v3. However if I change the below part to old version then it is working... def f(n, dlat, dlon, ddepth): to def f(n, dlat, dlon, ddepth): Am I missing something on the updates? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Sorry, I updated the cloned folders from github, but unfortunately not updating the one that pip install parcels. After updating all, it is working perfectly. |
Beta Was this translation helpful? Give feedback.
Sorry, I updated the cloned folders from github, but unfortunately not updating the one that pip install parcels.
After updating all, it is working perfectly.