Skip to content

Commit

Permalink
feat: Update odfv test (#4054)
Browse files Browse the repository at this point in the history
feat: update odfv test

Signed-off-by: Francisco Javier Arceo <franciscojavierarceo@users.noreply.github.com>
  • Loading branch information
franciscojavierarceo authored Mar 29, 2024
1 parent df05253 commit afd52b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/tests/unit/test_on_demand_feature_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def udf2(features_df: pd.DataFrame) -> pd.DataFrame:
return df


def python_native_udf(features_dict: Dict[str, List[Any]]) -> Dict[str, Any]:
def python_native_udf(features_dict: Dict[str, Any]) -> Dict[str, Any]:
output_dict: Dict[str, List[Any]] = {
"output1": features_dict["feature1"] + 100,
"output2": features_dict["feature2"] + 101,
Expand Down

0 comments on commit afd52b8

Please sign in to comment.