zincware / MDSuite

A post-processing engine for particle simulations
https://mdsuite.readthedocs.io/
Eclipse Public License 2.0
36 stars 7 forks source link

Move system transformations to new folder #581

Closed SamTov closed 1 year ago

SamTov commented 1 year ago

Fix #568

I have made it such that all transformations put data into a group called "Observables" rather than one based on their own name. This is in line with the file readers when they load in a flux file. It will allow us to avoid have different loading places for the same observable.

At the moment there is no specific test for this, the fact that the transformation tests pass show that the paths have been correctly re-routed but we should add a test for a flux file and a transformation putting data into the same group I guess. This will be handled in #571