lanl / BEE

Other
14 stars 3 forks source link

Fix Dependencies Bug #713

Closed Boogie3D closed 1 year ago

Boogie3D commented 1 year ago

This PR fixes a bug where dependencies were not properly constructed in Neo4j when a task was added after any tasks that depend on it. This was caused by a partially ineffective Cypher query, which has now been split into two correctly functioning queries.