Describe the bug
I've noticed that using a single Profile1D object for two consecutive simulations doesn't reset the data (.t and .data attributes)
To Reproduce
- Run a first simulation with a profile 1D export
- Check the length of the
.data attribute of the export object
- Run the simulation again
- Check the length again (should be double)
Expected behavior
The data should be wiped upon calling initialise()
Describe the bug
I've noticed that using a single
Profile1Dobject for two consecutive simulations doesn't reset the data (.tand.dataattributes)To Reproduce
.dataattribute of the export objectExpected behavior
The data should be wiped upon calling
initialise()