Skip to content

Commit

Permalink
add config
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Dec 15, 2023
1 parent f685f7a commit 009ff4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/graphstorm/config/argument.py
Original file line number Diff line number Diff line change
Expand Up @@ -1655,8 +1655,7 @@ def target_etype(self):
if not hasattr(self, "_target_etype"):
logging.warning("There is not target etype provided, "
"will treat as homogeneous graph")
print("argument: ", list(DEFAULT_ETYPE))
return list(DEFAULT_ETYPE)
return [DEFAULT_ETYPE]
assert isinstance(self._target_etype, list), \
"target_etype must be a list in format: " \
"[\"query,clicks,asin\", \"query,search,asin\"]."
Expand Down

0 comments on commit 009ff4f

Please sign in to comment.