Skip to content

Commit

Permalink
remove empty cells in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
cavestruz committed Jul 18, 2024
1 parent 35b2a2a commit 018d4ac
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 149 deletions.
21 changes: 0 additions & 21 deletions examples/demo_boost_factors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -406,27 +406,6 @@
"plt.legend()\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
14 changes: 0 additions & 14 deletions examples/demo_compute_deltasigma_weights.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -634,20 +634,6 @@
"- When using photometric redshift (blue and orange dots), galaxies on the foreground of the cluster have non-zero probability to be in the background. Idem, for close galaxies in the background, the probability in being in the foreground is non-zero.\n",
"- These weights represent the fraction of the galaxy PDF that is located behind the cluster and is mapped to the observed redshift as it can be seen on the top left panel. The scatter in the main panel comes from the scatter between true and observed redshifts."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
14 changes: 0 additions & 14 deletions examples/demo_dataops_functionality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -790,20 +790,6 @@
"plt.legend()\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
7 changes: 0 additions & 7 deletions examples/demo_mass_conversion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -380,13 +380,6 @@
"fig2.gca().legend()\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
14 changes: 0 additions & 14 deletions examples/demo_mock_cluster.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -859,13 +859,6 @@
")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -1171,13 +1164,6 @@
"source": [
"np.sqrt(sigma)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
37 changes: 0 additions & 37 deletions examples/demo_mock_ensemble.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,6 @@
"cl.galcat.columns"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"noisy_data_z"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -592,34 +583,6 @@
"source": [
"clusterensemble2 = ClusterEnsemble.load(\"ce.pkl\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
7 changes: 0 additions & 7 deletions examples/demo_theory_functionality.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -537,13 +537,6 @@
"\n",
"plot_profile(r3d, Sigma_FFTLog, \"$\\\\Sigma_{\\\\rm FFTLog}$\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,20 +667,6 @@
"plt.xlabel(\"R [Mpc]\", fontsize=fsize)\n",
"plt.ylabel(\"reduced tangential shear\", fontsize=fsize)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,27 +601,6 @@
"\n",
"fig.tight_layout()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 018d4ac

Please sign in to comment.