Skip to content

Commit

Permalink
revert test by setting pd option
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Aug 1, 2024
1 parent ee0996a commit 2d3f66b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lectures/prob_dist.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ In this lecture we give a quick introduction to data and probability distributio
```{code-cell} ipython3
import matplotlib.pyplot as plt
import pandas as pd
pd.option_context('mode.use_inf_as_na', False)
import numpy as np
import yfinance as yf
import scipy.stats
Expand Down

0 comments on commit 2d3f66b

Please sign in to comment.