Skip to content

Commit

Permalink
fix: Small optimization to test_modify_feature_views_success test
Browse files Browse the repository at this point in the history
Signed-off-by: Bhargav Dodla <bdodla@expediagroup.com>
  • Loading branch information
Bhargav Dodla committed Sep 4, 2024
1 parent 28e11eb commit 4356a19
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -755,9 +755,10 @@ def simple_udf(x: int):
project = "project"

# Register Feature Views
test_registry.apply_feature_view(odfv1, project)
test_registry.apply_feature_view(fv1, project)
test_registry.apply_feature_view(sfv, project)
test_registry.apply_feature_view(odfv1, project, False)
test_registry.apply_feature_view(fv1, project, False)
test_registry.apply_feature_view(sfv, project, False)
test_registry._registry.commit()

# Modify odfv by changing a single feature dtype
@on_demand_feature_view(
Expand Down

0 comments on commit 4356a19

Please sign in to comment.