parcels icon indicating copy to clipboard operation
parcels copied to clipboard

Improve `repr`s for key Parcels classes

Open erikvansebille opened this issue 5 months ago • 6 comments

So far, we haven't really worked on the output of print() on objects like Field, FieldSet etc. While there is a ParticleSet.__repr__, even that is pretty clunky and doesn't take into account notebook functionality.

It would be nice to have better print() implementation for at least the following classes

  • [ ] Field
  • [ ] FieldSet
  • [ ] ParticleSet
  • [ ] Particle
  • [ ] ParticleFile
  • [ ] Kernel(?)

erikvansebille avatar Sep 06 '24 11:09 erikvansebille