Skip to content

Scheduled NEAT run fails due to ~~ValueError~~ KeyError when attempting to load graph file(s) #31

@caufieldjh

Description

@caufieldjh

During scheduled NEAT run:

16:30:56  Traceback (most recent call last):
16:30:56    File "/home/jenkinsuser/anaconda3/bin/neat", line 8, in <module>
16:30:56      sys.exit(cli())
16:30:56    File "/home/jenkinsuser/anaconda3/lib/python3.7/site-packages/click/core.py", line 764, in __call__
16:30:56      return self.main(*args, **kwargs)
16:30:56    File "/home/jenkinsuser/anaconda3/lib/python3.7/site-packages/click/core.py", line 717, in main
16:30:56      rv = self.invoke(ctx)
16:30:56    File "/home/jenkinsuser/anaconda3/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
16:30:56      return _process_result(sub_ctx.command.invoke(sub_ctx))
16:30:56    File "/home/jenkinsuser/anaconda3/lib/python3.7/site-packages/click/core.py", line 956, in invoke
16:30:56      return ctx.invoke(self.callback, **ctx.params)
16:30:56    File "/home/jenkinsuser/anaconda3/lib/python3.7/site-packages/click/core.py", line 555, in invoke
16:30:56      return callback(*args, **kwargs)
16:30:56    File "/home/jenkinsuser/anaconda3/lib/python3.7/site-packages/neat/cli.py", line 55, in run
16:30:56      make_node_embeddings(**node_embedding_args)
16:30:56    File "/home/jenkinsuser/anaconda3/lib/python3.7/site-packages/neat/graph_embedding/graph_embedding.py", line 49, in make_node_embeddings
16:30:56      graph: Graph = Graph.from_csv(**main_graph_args)
16:30:56  ValueError: Cannot open the file at merged-kg_nodes-prefixcats.tsv

I suspect this is an issue with KG-Ontoml configuration rather than something NEAT is misinterpreting, but there may be some improvement for NEAT in here too.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions