Skip to content

Commit

Permalink
Commit test correction
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebBell committed Oct 23, 2024
1 parent 1945fb1 commit 12e1fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_conv_plate.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_Nu_plate_Martin():
assert_close(Nu, 30.427601053757712)

Nu = Nu_plate_Martin(2000.0, .7, 45.0, variant='VDI')
assert_close(Nu, 32.385656937741054)
assert_close(Nu, 30.418672)


def test_Nu_plate_Muley_Manglik():
Expand Down

0 comments on commit 12e1fac

Please sign in to comment.