遍历子图节点报错
#3225
Replies: 1 comment
-
Thanks for the report, can't find the reason from the log. I will try to reproduce the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
将子图转换为networks图后,在循环遍历时,报错如下,请问是什么原因呢?
G = nx.DiGraph(sub_graph, default_label="trmnl")
for node in G.nodes(data=True):
print(node)
AnalyticalEngineInternalError: /work/analytical_engine/core/object/object_manager.h:80: GetObject -> Object
graph_GWXIIwo7 does not exist
boost::leaf::result<std::shared_ptrgs::IFragmentWrapper >
gs::ObjectManager::GetObjectgs::IFragmentWrapper(std::string const&) + 0x2FE
gs::GrapeI ... [truncated]
这个图是存在的,sub_graph.schema可以显示数据。
Beta Was this translation helpful? Give feedback.
All reactions