Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Katy Jarvis Griffith <55932920+kjjarvis@users.noreply.github.com>
  • Loading branch information
teubert and kjjarvis committed Jul 5, 2024
1 parent 4b68eac commit ce81def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/progpy/composite_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def __setstate__(self, params: dict) -> None:

# Setup callbacks
# These callbacks will enable setting of parameters in composed models.
# E.g., composite.parameters['abc.def'] will set paraemter 'def' for composed model 'abc'
# E.g., composite.parameters['abc.def'] will set parameter 'def' for composed model 'abc'
class PassthroughParams():
def __init__(self, models, model_name, key):
self.models = models
Expand Down

0 comments on commit ce81def

Please sign in to comment.