Skip to content

Commit

Permalink
ci: Change positional arg to kwarg (feast-dev#3063)
Browse files Browse the repository at this point in the history
Change positional arg to kwarg

Signed-off-by: Felix Wang <wangfelix98@gmail.com>

Signed-off-by: Felix Wang <wangfelix98@gmail.com>
  • Loading branch information
felixwang9817 authored Aug 10, 2022
1 parent 1cb008d commit 318bf26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_online_retrieval(environment, universal_data_sources, benchmark):
feature_views = construct_universal_feature_views(data_sources)

feature_service = FeatureService(
"convrate_plus100",
name="convrate_plus100",
features=[feature_views.driver[["conv_rate"]], feature_views.driver_odfv],
)

Expand Down

0 comments on commit 318bf26

Please sign in to comment.