Skip to content

Commit

Permalink
extend testing to get_loci()
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar-21 committed Jun 24, 2024
1 parent 065ca23 commit 6509a2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_invessel_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def test_ivb_basics(invessel_build):
assert invessel_build.repeat == repeat_exp
assert invessel_build.num_ribs == num_ribs_exp
assert invessel_build.num_rib_pts == num_rib_pts_exp
assert len(invessel_build.Surfaces['component'].get_loci()) == num_rib_pts_exp
assert invessel_build.scale == scale_exp

remove_files()
Expand Down

0 comments on commit 6509a2d

Please sign in to comment.