You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 013b53d ("Factor out advection cache class"), the intention was to be able to swap LagrangeParticleArray directly in for the file-backed cache. However, because the API is different between these classes, it doesn't quite work:
AttributeError: 'LagrangeParticleArray' object has no attribute 'set_group'
The text was updated successfully, but these errors were encountered:
With 013b53d ("Factor out advection cache class"), the intention was to be able to swap
LagrangeParticleArray
directly in for the file-backed cache. However, because the API is different between these classes, it doesn't quite work:The text was updated successfully, but these errors were encountered: