diff options
author | Zachary Sloan | 2013-07-30 17:07:16 -0500 |
---|---|---|
committer | Zachary Sloan | 2013-07-30 17:07:16 -0500 |
commit | 7eb7c55b3d0effdfcd359f12447f99568407f086 (patch) | |
tree | 838222d819d3cb4c79778c8f28f4269cb464fc69 /wqflask/base/data_set.py | |
parent | 930d8b0cf0c7bf88fee1de95852dfe883418a494 (diff) | |
download | genenetwork2-7eb7c55b3d0effdfcd359f12447f99568407f086.tar.gz |
Just added some print statements to debug an issue with LMM code
Also added some to notes
Diffstat (limited to 'wqflask/base/data_set.py')
-rwxr-xr-x | wqflask/base/data_set.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py index 188a94a2..ffc77299 100755 --- a/wqflask/base/data_set.py +++ b/wqflask/base/data_set.py @@ -400,7 +400,6 @@ class DataSet(object): # return self._group - def retrieve_other_names(self): """ If the data set name parameter is not found in the 'Name' field of the data set table, |