We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd7b43 commit 4c08cc0Copy full SHA for 4c08cc0
test/test/conftest.py
@@ -44,7 +44,7 @@
44
45
# configure pandas text output
46
pd.set_option("display.width", None) # get display width from terminal
47
-pd.set_option("precision", 3) # 3 digits precision for easier readability
+pd.set_option("display.precision", 3) # 3 digits precision for easier readability
48
49
K_FOLDS = 5
50
N_BOOTSTRAPS = 30
0 commit comments