You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear @lix2k3, I could not reproduce the situation that you described. Please provide some details:
What do your objects multilvl_ex and qgraph2 look like? What sort of graph objects are they (network, tidygraph, igraph, etc.)? Which nodal attributes do they provide?
Also, could you post the detailed Python traceback prompted by R when calling the functions you mentioned? (Something like Detailed traceback: File "...site-packages/sma/rbridge.py", line 38, in translateGraph % (typeAttr, str(attributeNames))))
Thank you!
Hi,
running the following results in error: Error in py_call_impl(callable, dots$args, dots$keywords) : KeyError: 0
motifr::count_motifs(multilvl_ex,
lvl_attr = "lvl",
motifs = list("1,2[I.C]", "1,2[II.C]", "2,1[I.C]", "2,1[II.C]"),
directed = FALSE
)
motif_summary(qgraph2, lvl_attr = "lvl")
Both function calls return the same error. reticulate is loaded, by the way.
The text was updated successfully, but these errors were encountered: