From 67f24e8f2e12d9f5b8510ffd0769b13f18f5636a Mon Sep 17 00:00:00 2001 From: Chris Jordan-Squire Date: Fri, 2 Sep 2011 12:09:48 -0500 Subject: FIX: Changed named to choice, reverted other changes. --- numpy/lib/tests/test_io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/tests/test_io.py') diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index 6d6b10c0c..54c2ddabb 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -1406,7 +1406,7 @@ M 33 21.99 def test_gzip_load(): - a = np.random.random_sample((5, 5)) + a = np.random.random((5, 5)) s = StringIO() f = gzip.GzipFile(fileobj=s, mode="w") -- cgit v1.2.1