edmundsj / xsugar

Framework for experimental design, data analysis, plotting in python
MIT License
0 stars 0 forks source link

Add loadData() on experiment initialization if no measure_func is given #31

Open edmundsj opened 3 years ago

edmundsj commented 3 years ago

If no measure_func() or kwargs are given, then this experiment is probably just for loading data, and a data load should be attempted, so the user doesn't have to call an additional function.