Skip to content

Commit

Permalink
Update test_surface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanesbit committed Jun 27, 2023
1 parent 621a294 commit 3cf18ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/surface/test_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -979,6 +979,7 @@ def test_adjust_flange_z(example_model_and_crs):
assert maths.isclose(p[outer_start + 2, 2], -ez[i])
assert maths.isclose(p[outer_start + 3, 2], 0.0, abs_tol = 1.0e-6)


def test_resampling(tmp_path):
# Arrange
model = rq.new_model(f"{tmp_path}\test.epc")
Expand Down

0 comments on commit 3cf18ce

Please sign in to comment.