Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisNe committed Feb 25, 2022
2 parents f99ad23 + a91b7d0 commit b6d21d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuztf/neutrino_scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ def __init__(
nu_name: str = None,
manual_args=None,
gcn_no: int = None,
cone_nside: int = 128,
t_precursor: float = None,
logger=None,
cone_nside=128,
t_precursor=None,
min_forceddiffsig=5
min_forceddiffsig: float=5
):

if logger is None:
Expand Down

0 comments on commit b6d21d6

Please sign in to comment.