aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Remove unecessary numpy references #116

Closed aturfah closed 6 years ago

aturfah commented 6 years ago

Addresses Issue #115

Updates

Remove numpy references from following files

Did not remove numpy references from stats/calc.py and stats/plot.py because building a matrix out of nested lists seemed unnecessary (and I can't not use numpy because its a dependency for matplotlib.)