aboutsummaryrefslogtreecommitdiff
path: root/wqflask/maintenance/print_benchmark.py
AgeCommit message (Collapse)Author
2021-04-29Run `sed -i 's/(object)//g'`BonfaceKilz
See: https://is.gd/pL7IJF Ran: find . \( -type d -name .git -prune \) -o -type f -print0 | xargs -0 sed -i 's/(object)//g'
2020-08-26Remove "from __future__ import new_feature" statementsBonfaceKilz
See: <https://docs.python.org/2/library/2to3.html#2to3fixer-future>
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2013-04-26Added file that checks how much time is added to a loop's runtime by print ↵Zachary Sloan
statements Continued work on file that processes each individual chunk of the snp iterator/plink input