Skip to content

Commit

Permalink
don't require savename
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhung11 committed Nov 21, 2024
1 parent 17077a8 commit 91abb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timpute/figures/figure_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ def runImputation(data:np.ndarray,
min_rr:int,
max_rr:int,
impType:str,
savename:str,
method,
dataname = None,
callback = True,
save = True,
savename:str = None,
printRuntime = False,
**kwargs):
assert impType == 'entry' or impType == 'chord'
Expand Down

0 comments on commit 91abb35

Please sign in to comment.