STY: remove unused imports and method, clean up docs

This commit is contained in:
Joe Jevnik
2016-10-28 15:04:18 -04:00
parent af3e1016a0
commit d07f133579
5 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -520,7 +520,7 @@ class TestPostProcessAndToWorkSpaceValue(ZiplineTestCase):
missing_value = -1
f = F()
column_data =np.array(
column_data = np.array(
[[0, f.missing_value],
[1, f.missing_value],
[2, 3]],