Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Shah <[email protected]>
  • Loading branch information
achals committed Aug 15, 2022
1 parent 7b55726 commit ac45894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def main():
print("Running setup_it.py")

setup_data()
existing_repo_config = load_repo_config(Path(".") / "feature_store.yaml", Path("."))
existing_repo_config = load_repo_config(Path("."), Path(".") / "feature_store.yaml")

# Update to default online store since otherwise, relies on Dockerized Redis service
fs = FeatureStore(config=existing_repo_config.copy(update={"online_store": {}}))
Expand Down

0 comments on commit ac45894

Please sign in to comment.