enhancementhelp wantednew contributor friendly
Repository metrics
- Stars
- (556 stars)
- PR merge metrics
- (PR metrics pending)
Description
When yt only did AMR data, it had print_stats(). We don't have this kind of functionality that much anymore.
It would be nice if we could have a base class Dataset implementation of something like summary that gives some good info, and then dispatch to the subclasses to supplement. For instance, for an AMR dataset this might be the "level stats" we used to do. For particle, it might be the particle counts, maybe something about the EWAH index filling fraction, etc.