Skip to content

Commit

Permalink
Update unit test expected_vsres
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kovari committed Aug 7, 2024
1 parent 79f53d3 commit 868d39d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/test_physics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1344,8 +1344,8 @@ class VscalcParam(NamedTuple):
expected_rlp=1.4075705307248088e-05,
expected_vsbrn=42.109179697761263,
expected_vsind=258.97124024420435,
expected_vsres=55.488435095110333,
expected_vsstt=356.56885503707593,
expected_vsres=3.8778020459507383,
expected_vsstt=304.9582219879163,
),
VscalcParam(
csawth=1,
Expand All @@ -1363,8 +1363,8 @@ class VscalcParam(NamedTuple):
expected_rlp=1.4075705307248088e-05,
expected_vsbrn=0.41692257126496302,
expected_vsind=258.97124024420435,
expected_vsres=55.488435095110333,
expected_vsstt=314.87659791057968,
expected_vsres=3.8778020459507383,
expected_vsstt=263.26596486142006,
),
),
)
Expand Down

0 comments on commit 868d39d

Please sign in to comment.