Skip to content

Commit 862ec9a

Browse files
committed
STY: Fix notebook
1 parent a3ea869 commit 862ec9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/system_examples.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
" res.params.iloc[1::7],\n",
332332
" res.std_errors.iloc[1::7],\n",
333333
" ],\n",
334-
" 1,\n",
334+
" axis=1,\n",
335335
")\n",
336336
"params.columns = [\"OLS\", \"OLS se\", \"GLS\", \"GLS se\"]\n",
337337
"params.index = regions\n",
@@ -780,7 +780,7 @@
780780
"name": "python",
781781
"nbconvert_exporter": "python",
782782
"pygments_lexer": "ipython3",
783-
"version": "3.9.16"
783+
"version": "3.10.10"
784784
},
785785
"pycharm": {
786786
"stem_cell": {

0 commit comments

Comments
 (0)