Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Fixes typo coming from parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Dec 27, 2022
1 parent c87f733 commit 91b12f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 248 deletions.
247 changes: 0 additions & 247 deletions hamilton/experimental/decorators.py

This file was deleted.

2 changes: 1 addition & 1 deletion hamilton/function_modifiers/expanders.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ def my_func(
args, dep_types = get_index_levels(parameterization.columns)
dep_types_converted = [get_dep_type(val) for val in dep_types]
out = []
for _, column_set in df.iterrows():
for _, column_set in parameterization.iterrows():
parameterization = {
arg: dep_type(col_value)
for arg, col_value, dep_type in zip(args, column_set, dep_types_converted)
Expand Down

0 comments on commit 91b12f2

Please sign in to comment.