Skip to content

Commit

Permalink
(#89) added integration test with 8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervWestrienen committed Dec 22, 2023
1 parent c3e465b commit cea4621
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class TestForm8Dot17DesignValueTransmissionLength1:
def test_evaluation(self) -> None:
"""Test the evaluation of the result."""
# example values
l_pt = 140 # mm
l_pt = 120 # mm
form_8_17 = Form8Dot17DesignValueTransmissionLength1(l_pt=l_pt)
# manually calculated result
manually_calculated_result = 96 # mm
Expand Down

0 comments on commit cea4621

Please sign in to comment.