Skip to content

Commit

Permalink
Update IceCubeLike.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan1997 authored Jul 24, 2024
1 parent f8ec875 commit f1aa438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mla/threeml/IceCubeLike.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def init_mc_array(self):
)
self.mc_index.append(mc_array)

self.mc_index = np.array(self.mc_index)
self.mc_index = np.array(self.mc_index, dtype=object)

def injection(self, n_signal=0, flux_norm=None, poisson=False):
"""docstring"""
Expand Down

0 comments on commit f1aa438

Please sign in to comment.