Skip to content

Commit

Permalink
fix decay_case bug for SIREN use, updated Examples 4 and 5, made pyhe…
Browse files Browse the repository at this point in the history
…pmc installation optional
  • Loading branch information
mhostert committed Oct 3, 2024
1 parent 2da44b1 commit bad77bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions examples/Example_5_MB_spectra.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,17 @@
"from scipy.optimize import minimize\n",
"import numpy as np\n",
"import pandas as pd\n",
"from matplotlib import pyplot as plt\n",
"\n",
"import DarkNews as dn\n",
"from DarkNews import const\n",
"from DarkNews import plot_tools as pt\n",
"\n",
"import fastbnb as fb\n",
"from fastbnb import plot_tools as pt2\n",
"from fastbnb import decayer, analysis\n",
"try:\n",
" from importlib.resources import files\n",
"except ImportError:\n",
" from importlib_resources import files\n"
" from importlib_resources import files"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/DarkNews/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.4.6"
__version__ = "0.4.7"

import sys

Expand Down

0 comments on commit bad77bc

Please sign in to comment.