Closed j-andrews7 closed 8 years ago
Change the use of numpy for methods like mean and std, which already have python equivalents in the statistics module. This should only be an issue in tfsites_activity.py.
mean
std
statistics
tfsites_activity.py
Change the use of numpy for methods like
mean
andstd
, which already have python equivalents in thestatistics
module. This should only be an issue intfsites_activity.py
.