From 27c6fb31dd4d5a2ab2d710fed968c4b35494a190 Mon Sep 17 00:00:00 2001 From: chrisjonesBSU Date: Tue, 19 Sep 2023 13:09:52 -0600 Subject: [PATCH] test setter --- cmeutils/tests/test_visualize.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cmeutils/tests/test_visualize.py b/cmeutils/tests/test_visualize.py index 3b96adf..9022c35 100644 --- a/cmeutils/tests/test_visualize.py +++ b/cmeutils/tests/test_visualize.py @@ -80,6 +80,7 @@ def set_set_colors(self, p3ht_fresnel): colors = np.zeros_like(p3ht_fresnel.positions) colors[:] = np.array([0.5, 0.5, 0.5]) p3ht_fresnel.colors = colors + assert all(np.array_equal(colors, p3ht_fresnel.colors)) def test_unwrap_positions(self, p3ht_fresnel): assert p3ht_fresnel.unwrap_positions is False