Skip to content

Commit 2cab40e

Browse files
authored
docs: set printoptions to disable modern scalar printing (#613)
1 parent 67f1643 commit 2cab40e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/render/glue.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ We'll hide most of this process below, to focus on the glueing part.
5454
5555
# Simulate some data and bootstrap the mean of the data
5656
import numpy as np
57+
np.set_printoptions(legacy="1.25")
58+
5759
import pandas as pd
5860
import matplotlib.pyplot as plt
5961

0 commit comments

Comments
 (0)