From 646fdc1683b7c31c2ab9271342c9d229dcd22706 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Sat, 29 Dec 2012 20:29:34 +0100 Subject: [PATCH] Propagate test fix for LOL builder. --- setup.py | 2 +- test/test_array.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 02317341..a5361c9e 100644 --- a/setup.py +++ b/setup.py @@ -178,7 +178,7 @@ def main(): 'Natural Language :: English', 'Programming Language :: C++', 'Programming Language :: Python', - 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3', 'Topic :: Scientific/Engineering', 'Topic :: Scientific/Engineering :: Mathematics', 'Topic :: Scientific/Engineering :: Physics', diff --git a/test/test_array.py b/test/test_array.py index 807249dc..80173887 100644 --- a/test/test_array.py +++ b/test/test_array.py @@ -1129,7 +1129,7 @@ def test_list_builder(ctx_factory): inf = result["mylist"] assert inf.count == 3000 - assert (inf.list.get()[-6:] == [1, 2, 2, 3, 3, 3]).all() + assert (inf.lists.get()[-6:] == [1, 2, 2, 3, 3, 3]).all() # }}} -- GitLab