Skip to content

Commit f0261f9

Browse files
committed
fix error in resolution examples
1 parent 1355b71 commit f0261f9

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

examples/notebooks/resolution_examples.ipynb

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@
102102
"plt.show()"
103103
]
104104
},
105-
{
106-
"cell_type": "code",
107-
"execution_count": null,
108-
"metadata": {},
109-
"outputs": [],
110-
"source": [
111-
"reco_az, , simu_az, bins=40, ax=axes[0])\n",
112-
"ctaplot.plot_angular_resolution_per_energy(simu_alt, reco_alt, simu_az, reco_az, simu_energy, ax=axes[1]) \n",
113-
"ctaplot.plot_angular_resolution_cta_requirement('south', ax=axes[1], color='black')\n",
114-
"axes[1].legend();\n",
115-
"plt.show()"
116-
]
117-
},
118105
{
119106
"cell_type": "markdown",
120107
"metadata": {},
@@ -129,8 +116,7 @@
129116
"metadata": {
130117
"pycharm": {
131118
"is_executing": false
132-
},
133-
"scrolled": true
119+
}
134120
},
135121
"outputs": [],
136122
"source": [
@@ -235,7 +221,7 @@
235221
],
236222
"metadata": {
237223
"kernelspec": {
238-
"display_name": "Python 3",
224+
"display_name": "ctaplot",
239225
"language": "python",
240226
"name": "python3"
241227
},
@@ -249,7 +235,7 @@
249235
"name": "python",
250236
"nbconvert_exporter": "python",
251237
"pygments_lexer": "ipython3",
252-
"version": "3.7.6"
238+
"version": "3.13.5"
253239
},
254240
"pycharm": {
255241
"stem_cell": {

0 commit comments

Comments
 (0)