Skip to content

Commit 2fbdbfb

Browse files
committed
Final changes (for now) to test_ratio_estimation.py
1 parent 9d4dd0d commit 2fbdbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_ratio_estimation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def test_ratio_estimation():
151151
print(" Method | 100 samples | 10k samples ")
152152
print("------------------------------------------")
153153
for method, this_rmses in zip(methods, rmses):
154-
print(" {:>6s} | {:11.3f} | {:11.3f} ".format(method, this_rmses[0], this_rmses[1]))
154+
print(" {:>6s} | {:11.3f} | {:11.3f} ".format(method, this_rmses[0], this_rmses[1]))
155155

156156
print("")
157157

0 commit comments

Comments
 (0)