Skip to content

Commit

Permalink
fix broken tests (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondube committed Apr 13, 2024
1 parent ad58d8d commit fd75832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_segmented.py
Expand Up @@ -30,4 +30,4 @@ def test_segmented_keystone_functions():
center_coefs = np.random.rand(len(nms))
segment_coefs = np.random.rand(len(csa.segment_ids), len(nms2))
opd_map = csa.compose_opd(center_coefs, segment_coefs)
assert opd_map
assert csa

0 comments on commit fd75832

Please sign in to comment.