proofofconcept icon indicating copy to clipboard operation
proofofconcept copied to clipboard

export of Cypher for Neo4j does not have all the data present in `data.json`

Open bhpayne opened this issue 2 years ago • 0 comments

On the https://derivationmap.net/navigation page, the "export to Cypher" option produces a plain text Cypher file for Neo4j that lacks some data present in data.json.

The function where the fix is needed is def convert_data_to_cypher in https://github.com/allofphysicsgraph/proofofconcept/blob/gh-pages/v7_pickle_web_interface/flask/compute.py

For example, the exported Cypher file does not include

  • the SymPy AST text
  • any symbol ID information

bhpayne avatar Aug 22 '21 23:08 bhpayne