lagrangian-filtering icon indicating copy to clipboard operation
lagrangian-filtering copied to clipboard

API inconsistent between file- and array-backed caches

Open angus-g opened this issue 4 years ago • 0 comments

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'

angus-g avatar Aug 31 '20 01:08 angus-g