Skip to content

Commit

Permalink
docs: set printoptions to disable modern scalar printing (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 authored Jun 27, 2024
1 parent 67f1643 commit 2cab40e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/render/glue.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ We'll hide most of this process below, to focus on the glueing part.
# Simulate some data and bootstrap the mean of the data
import numpy as np
np.set_printoptions(legacy="1.25")
import pandas as pd
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 2cab40e

Please sign in to comment.