Skip to content

Commit

Permalink
enter after for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
nevencaplar committed Apr 3, 2024
1 parent c4ae53b commit 5375cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/batch_showcase.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"for i in range(10, 110):\n",
" obj_ids.append(np.array([i] * 1250))\n",
" mjds.append(np.arange(0.0, 1250.0, 1.0))\n",
"\n",
"obj_ids = np.concatenate(obj_ids)\n",
"mjds = np.concatenate(mjds)\n",
"\n",
Expand Down

0 comments on commit 5375cb8

Please sign in to comment.