Skip to content

Commit

Permalink
oops, broken notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
Saransh-cpp committed Sep 18, 2024
1 parent 1a7e316 commit ee90d3a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions examples/1-basic/density.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,7 @@
"# simulate and add galaxies in each matter shell to cube\n",
"for i, delta_i in enumerate(matter):\n",
" # simulate positions from matter density\n",
<<<<<<< HEAD
" for gal_lon, gal_lat, gal_count in glass.points.positions_from_delta(\n",
" ngal[i], delta_i\n",
" ):\n",
=======
" for gal_lon, gal_lat, gal_count in glass.positions_from_delta(ngal[i], delta_i):\n",
"\n",
>>>>>>> a49af11 (update imports in examples)
" # sample redshifts uniformly in shell\n",
" gal_z = glass.redshifts(gal_count, ws[i])\n",
"\n",
Expand Down

0 comments on commit ee90d3a

Please sign in to comment.