underworldcode / UWGeodynamics

Underworld Geodynamics
Other
80 stars 32 forks source link

Change Passive Tracers Interface. #244

Closed rbeucher closed 3 years ago

rbeucher commented 3 years ago

Model.add_passive_tracers do not return any object. Passive tracers must be accessed via Model. This is to avoid orphans when doing a restart.

julesghub commented 3 years ago

Nice changes! I Let's keep in mind that old ipynb will have potential None for passive tracer swarms

A few tests break because of the init_model. I think we need to fix the Model.init_model() logic. I'll open a new ticket for that.