Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelbray32 committed Dec 20, 2024
1 parent ccf370f commit b8dfd42
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/spyglass/behavior/moseq.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ class MoseqModelParams(SpyglassMixin, dj.Manual):
"""

def make_training_extension_params(
self, model_key:dict, num_epochs:int, new_name:str=None, skip_duplicates:bool=False
self,
model_key: dict,
num_epochs: int,
new_name: str = None,
skip_duplicates: bool = False,
):
"""Method to create a new set of model parameters for extending training
Expand All @@ -37,7 +41,7 @@ def make_training_extension_params(
name for the new model parameters, by default None
skip_duplicates : bool, optional
whether to skip duplicates, by default False
Returns
-------
dict
Expand Down

0 comments on commit b8dfd42

Please sign in to comment.