Skip to content

Commit

Permalink
test setter
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Sep 19, 2023
1 parent 1310b79 commit 27c6fb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmeutils/tests/test_visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27c6fb3

Please sign in to comment.