Skip to content

Commit 50cbcaf

Browse files
committed
fix(thrust_pad): resolve floating point precision in doctest
1 parent 90a5cc6 commit 50cbcaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ross/bearings/thrust_pad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3225,7 +3225,7 @@ def show_coefficients_comparison(self):
32253225
+-----------------+-------------------+-------------------+
32263226
| Frequency [RPM] | kzz [N/m] | czz [N*s/m] |
32273227
+-----------------+-------------------+-------------------+
3228-
| 90.0 | 317639857094.2357 | 10805717455.19912 |
3228+
| 90.0 | 317639857094.23... | 10805717455.199... |
32293229
+-----------------+-------------------+-------------------+
32303230
===========================================================
32313231
"""

0 commit comments

Comments
 (0)