Skip to content

Commit

Permalink
update nb
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Nov 19, 2024
1 parent 334a016 commit b5bd7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/src/arima.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@
" order[1],\n",
" seasonal['order'][1],\n",
" ],\n",
" dtype=np.intc,\n",
" dtype=np.uint32,\n",
" )\n",
" narma = arma[:4].sum().item()\n",
" \n",
Expand Down

0 comments on commit b5bd7e3

Please sign in to comment.