Skip to content

Commit

Permalink
fix: FIRM notebook importing with missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidan Griffiths committed Nov 1, 2023
1 parent 85e98f0 commit 1b6a782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/FIRM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"import xarray as xr\n",
"import numpy as np\n",
"import pandas as pd\n",
"from scores.stats import tests\n",
"\n",
"from scores.categorical import firm\n",
"from scipy.stats import norm"
]
Expand Down

0 comments on commit 1b6a782

Please sign in to comment.