f3dasm icon indicating copy to clipboard operation
f3dasm copied to clipboard

Remove 'in_place' stuff

Open mpvanderschelling opened this issue 4 months ago • 0 comments

The problem

In order to keep a simple, clean API, the outcome of functions should either be handled 'in place' or create a new object. Now, some functions of ExperimentData change things in-place.

Solution

Change all the API of ExperimentData to recreate a new object

mpvanderschelling avatar Sep 01 '25 09:09 mpvanderschelling