Skip to content

Commit

Permalink
add a newline for nicer format
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Dec 28, 2020
1 parent a72ce0d commit e5283cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flarestack/core/llh.py
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,8 @@ def create_energy_functions(self):

if not os.path.isfile(SoB_path):
make_individual_spline_set(self.season, SoB_path,
smoothing_order=self.smoothing_order, gamma_precision=self.precision)
smoothing_order=self.smoothing_order,
gamma_precision=self.precision)

return acc_f, None

Expand Down

0 comments on commit e5283cc

Please sign in to comment.