nodes
and nodes2
name objects conflict
#54
Labels
Difficulty: High
Expected workload is several months.
Status: Blocked
Issue requires other issues (e.g. bugs, dependencies) to be resolved before it can be addressed.
Type: Bug
Issue is about an error in existing code that needs fixing.
Discussed in #49
Originally posted by meakbiyik September 8, 2021
Hi all, I got a weird error during preprocessing phase and cannot seem to find the reason. Here's the code and backtrace:
I know that this is not much to work on, but I am unfortunately unable to share the data and for all purposes, it looks fine. At this point, I am just looking for an idea: this seems to be somewhat connected to #5 but my R knowledge is not good enough to understand what is going on.
Thanks in advance!
Preprocessing functions use the same names for objects. When it tries to get the info from the nodes data frame it gets a character vector instead.
Until this bug is fixed the
nodes
andnodes2
object names should be avoided to name the nodes' data frames.The text was updated successfully, but these errors were encountered: