Skip to content

Commit

Permalink
Update python/graphstorm/gconstruct/transform.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thvasilo authored Jul 19, 2024
1 parent 91f5070 commit 6c7807d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphstorm/gconstruct/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ def parse_feat_ops(confs, input_data_format=None):
if 'transform' not in feat:
transform = Noop(
feat['feature_col'],
feat_name,\
feat_name,
out_dtype=out_dtype,
truncate_dim=feat.get('truncate_dim', None)
)
Expand Down

0 comments on commit 6c7807d

Please sign in to comment.