Skip to content

Commit

Permalink
Update element_miniscope/miniscope.py
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Brozdowski <[email protected]>
  • Loading branch information
kabilar and CBroz1 authored Apr 29, 2022
1 parent 258e3f6 commit 20e102d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion element_miniscope/miniscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,8 @@ class ProcessingParamSet(dj.Lookup):

@classmethod
def insert_new_params(cls, processing_method: str, paramset_id: int,
paramset_desc: str, params: dict):
paramset_desc: str, params: dict,
processing_method_desc: str=''):
ProcessingMethod.insert1({'processing_method': processing_method},
skip_duplicates=True)
param_dict = {'processing_method': processing_method,
Expand Down

0 comments on commit 20e102d

Please sign in to comment.