Skip to content

Commit

Permalink
add gammapy version check
Browse files Browse the repository at this point in the history
  • Loading branch information
cgalelli authored Aug 30, 2024
1 parent 4a93107 commit fb102ad
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
"The first step is importing some usual packages, needed Astropy utilities, scipy tools for PDFs and minimization, and Gammapy functions and classes for the observational part."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "b68d2444",
"metadata": {},
"outputs": [],
"source": [
"import gammapy\n",
"\n",
"print(f\"Gammapy version : {gammapy.__version__}\")\n",
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit fb102ad

Please sign in to comment.