LatticeQCD / AnalysisToolbox

A set of Python tools for statistically analyzing data. This includes aspects of lattice QCD applications related to QCD phenomenology.
MIT License
22 stars 4 forks source link

forcing np.ndarray #61

Closed clarkedavida closed 3 weeks ago

clarkedavida commented 3 weeks ago

especially in some of the statistics and math areas, it makes sense to enforce np.ndarray instead of general array objects. this will force the user to leverage numpy, usually making things faster

clarkedavida commented 3 weeks ago

took care of this too