Skip to content

Commit

Permalink
add todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeknep committed Jun 14, 2023
1 parent f50958b commit 393800a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/gretel_trainer/relational/strategies/ancestral.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class AncestralStrategy:
def name(self) -> str:
return "ancestral"

# TODO: remove when `gretel_model` param is removed
@property
def supported_gretel_models(self) -> list[str]:
return ["amplify"]
Expand Down
1 change: 1 addition & 0 deletions src/gretel_trainer/relational/strategies/independent.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class IndependentStrategy:
def name(self) -> str:
return "independent"

# TODO: remove when `gretel_model` param is removed
@property
def supported_gretel_models(self) -> list[str]:
return ["amplify", "actgan", "lstm", "tabular-dp"]
Expand Down

0 comments on commit 393800a

Please sign in to comment.