Fix/call the correct variable authoring_graph during compilation (#292)

This commit is contained in:
Aryan Verma
2024-04-29 15:27:03 -07:00
committed by GitHub
parent a72d162a10
commit ee8fad5f7f
@@ -626,7 +626,7 @@
")\n",
"\n",
"authoring_graph.set_entry_point(\"supervisor\")\n",
"chain = research_graph.compile()\n",
"chain = authoring_graph.compile()\n",
"\n",
"\n",
"# The following functions interoperate between the top level graph state\n",