Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan1997 committed Sep 14, 2022
1 parent 0b90663 commit a5d062d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mla/threeml/sob_terms.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,6 @@ def generate_config(cls):
config["list_sin_dec_bins"] = PSTrackv4_sin_dec_bin
config["list_log_energy_bins"] = PSTrackv4_log_energy_bins
config["list_truelogebin"] = np.arange(
2, 9.01 + 0.01, 0.005
)
2, 9.01 + 0.01, 0.01
)
return config

0 comments on commit a5d062d

Please sign in to comment.