Skip to content

Commit

Permalink
Adaptation to improved drag calculation algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
JaapvanEkris authored Jan 24, 2024
1 parent f474413 commit 8abe799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/engine/Rower.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ test('Test behaviour for three perfect identical strokes, including settingling
testDriveAverageHandleForce(rower, 272.7765993429924)
testDrivePeakHandleForce(rower, 456.99298986363897)
testRecoveryDuration(rower, 0.1430115999999999)
testRecoveryDragFactor(rower, 343.6343564104484)
testRecoveryDragFactor(rower, 309.02744980039836)
testInstantHandlePower(rower, 0)
})

Expand Down

0 comments on commit 8abe799

Please sign in to comment.