Skip to content

Commit

Permalink
stepsize_continuous_parmater has default argument None now
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvanderschelling committed Jan 24, 2025
1 parent 40dfc01 commit 2bbb042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/f3dasm/_src/design/samplers.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def __init__(self, **parameters):

def call(self, data: ExperimentData,
stepsize_continuous_parameters:
Optional[Dict[str, float] | float],
Optional[Dict[str, float] | float] = None,
**kwargs) -> ExperimentData:
"""
Sample data using the Grid method.
Expand Down

0 comments on commit 2bbb042

Please sign in to comment.