Skip to content

Commit

Permalink
Fixes: it is not a template
Browse files Browse the repository at this point in the history
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
  • Loading branch information
sighingnow committed Dec 7, 2022
1 parent f1cf4b3 commit 666c850
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions analytical_engine/core/context/vertex_property_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,8 @@ class VertexPropertyContextWrapper : public IVertexPropertyContextWrapper {
break;
}
case SelectorType::kVertexData: {
BOOST_LEAF_AUTO(
tensor_builder,
trans_utils.template VertexDataToVYTensorBuilder(client, vertices));
BOOST_LEAF_AUTO(tensor_builder, trans_utils.VertexDataToVYTensorBuilder(
client, vertices));
df_builder.AddColumn(col_name, tensor_builder);
break;
}
Expand Down

0 comments on commit 666c850

Please sign in to comment.