From 8328e1c1f8dc03dc64e556674203a865c0010e0d Mon Sep 17 00:00:00 2001 From: griessbaum Date: Fri, 5 Nov 2021 14:29:48 -0700 Subject: [PATCH] added test --- tests/test_compress.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_compress.py b/tests/test_compress.py index b2df537..1fd605b 100644 --- a/tests/test_compress.py +++ b/tests/test_compress.py @@ -52,5 +52,5 @@ def test_bug27(): compressed = pystare.to_compressed_range(sids) expanded = pystare.expand_intervals(compressed, -1, False) - numpy.testing.assert_array_equal(expanded, expanded_stare_test) + assert numpy.testing.assert_array_equal(expanded, expanded_stare_test)