edmundsj / xsugar

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

Refactor master_data to allow array-like values, and make it an external method #3

Open edmundsj opened 3 years ago

edmundsj commented 3 years ago

Currently master_data is more of an internal method, as it expects to get passed the result of extractDerivedQuantity. This should just be done directly to avoid confusion.