From 5960c59ce4013a58a32090d9822b751145d8746b Mon Sep 17 00:00:00 2001 From: George Marchment <georgemarchment@yahoo.fr> Date: Tue, 12 Mar 2024 12:11:12 +0100 Subject: [PATCH] update --- bioflow-insight | 2 +- study.ipynb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bioflow-insight b/bioflow-insight index 0d378be..7b53b43 160000 --- a/bioflow-insight +++ b/bioflow-insight @@ -1 +1 @@ -Subproject commit 0d378be21ffc7eb9fd89c56a6ab5d625aaf4a168 +Subproject commit 7b53b437a663d9ec4e70dc9e259b1731b5627639 diff --git a/study.ipynb b/study.ipynb index 53e186a..1e6b469 100644 --- a/study.ipynb +++ b/study.ipynb @@ -1196,7 +1196,8 @@ "'3' : \"Unknown element used in a pipe operator.\",\n", "'5' : \"Ternary conditional operator used with a tuple.\",\n", "#'7' : \"Tuple with emit (ch1, ch2) = emit.out\",\n", - "'9' : \"Tuple associated with a call.\"#e.g. (ch1, ch2) = wf()\n", + "'9' : \"Tuple associated with a call.\"#,#e.g. (ch1, ch2) = wf(),\n", + "#'11' : \"Failed to extract the operation or call due to too complex syntax structure.\"\n", "}" ] }, -- GitLab