robbisg / sekupy

Detergent for Multivariate Analysis Pipelines of Neuroimaging data in Python
https://sekupy.readthedocs.io/
Other
1 stars 0 forks source link

SimulatorLoader creates a dataset for each iteration #64

Open robbisg opened 4 years ago

robbisg commented 4 years ago

This is a waste of time, since the dataset can be created before and then we can use the same pipeline.

Fix it in an elegant way!