Skip to content

Commit 4c08cc0

Browse files
committed
FIX: extend pandas version dependency
1 parent ecd7b43 commit 4c08cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# configure pandas text output
4646
pd.set_option("display.width", None) # get display width from terminal
47-
pd.set_option("precision", 3) # 3 digits precision for easier readability
47+
pd.set_option("display.precision", 3) # 3 digits precision for easier readability
4848

4949
K_FOLDS = 5
5050
N_BOOTSTRAPS = 30

0 commit comments

Comments
 (0)