-
Notifications
You must be signed in to change notification settings - Fork 14
nodes and nodes2 name objects conflict #54
Copy link
Copy link
Open
Labels
Difficulty: HighExpected workload is several months.Expected workload is several months.Status: BlockedIssue requires other issues (e.g. bugs, dependencies) to be resolved before it can be addressed.Issue requires other issues (e.g. bugs, dependencies) to be resolved before it can be addressed.Type: BugIssue is about an error in existing code that needs fixing.Issue is about an error in existing code that needs fixing.
Metadata
Metadata
Assignees
Labels
Difficulty: HighExpected workload is several months.Expected workload is several months.Status: BlockedIssue requires other issues (e.g. bugs, dependencies) to be resolved before it can be addressed.Issue requires other issues (e.g. bugs, dependencies) to be resolved before it can be addressed.Type: BugIssue is about an error in existing code that needs fixing.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
nodesandnodes2object names should be avoided to name the nodes' data frames.