Skip to content

Commit

Permalink
nope
Browse files Browse the repository at this point in the history
  • Loading branch information
mhhennig committed Jul 25, 2024
1 parent 84493a8 commit e5e6fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herdingspikes/hs2.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def __init__(self, rec, params=None):
self.num_segments = rec.get_num_segments()
self.params = params
self.params = detectDataLightning.DEFAULT_PARAMS
if self.params is not None:
if params is not None:
self.params.update(params)
self.out_file_name = self.params["out_file"]
if self.params["chunk_size"] == None:
Expand Down

0 comments on commit e5e6fe2

Please sign in to comment.