implemented non persistent

This commit is contained in:
Tim Lorsbach
2026-07-06 15:44:23 +02:00
parent ce1d709715
commit b77fbc9b90
2 changed files with 34 additions and 0 deletions

View File

@ -1896,6 +1896,12 @@ class SPathway(object):
"to": to_indices,
}
if edge.rule:
e["rule"] = edge.rule.simple_json()
if edge.probability:
e["probability"] = edge.probability
edges.append(e)
return {