seismic-anisotropy / PyDRex

Simulate crystallographic preferred orientation evolution in polycrystals
https://seismic-anisotropy.github.io/PyDRex/
GNU General Public License v3.0
3 stars 2 forks source link

fix: Fix fl-corner2d example #189

Closed adigitoleo closed 7 months ago

adigitoleo commented 7 months ago

We need to spawn some particles to stop the h5part data from being cut off when particles start to exit the domain. Within the particle spawning shim, it's necessary to return an empty list (and not None) if particles should not be spawned at that particular time.

adigitoleo commented 7 months ago

Some weird flakiness in Windows tests, not looking into it right now. Usually fixed by just re-running the failing Windows CI runs.