Open AnnaBeers opened 6 years ago
Leaving this issue open as a repository for ideas on the fundamental differences between Preprocessing Functions, Postprocessing Functions, and Outputs. While all these things are different classes entirely, they share important features and could stand to be refactored.
The current preprocessing class is confusing, and probably inefficient. For example, it saves after every step. In the long-term, refactor it, perhaps to be more like the postprocessing class (or merged with the postprocessing class?).