Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Epstein committed Jan 12, 2021
1 parent 3d5e099 commit f0b54fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splicemachine/features/feature_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def get_training_set(self, features: Union[List[Feature], List[str]], current_va
if current_values_only:
ts.start_time = ts.end_time

if hasattr(self, 'mlflow_ctx' and not return_sql):
if hasattr(self, 'mlflow_ctx') and not return_sql:
self.mlflow_ctx._active_training_set: TrainingSet = ts
ts._register_metadata(self.mlflow_ctx)
return sql if return_sql else self.splice_ctx.df(sql)
Expand Down

0 comments on commit f0b54fe

Please sign in to comment.