nlrx icon indicating copy to clipboard operation
nlrx copied to clipboard

Turtle shapes that contain a space (e.g., "circle 2") ruin the simulation results tibble

Open aosavi opened this issue 11 months ago • 1 comments

I request the shape of a turtle in the metrics.turtles object, e.g.,

metrics.turtles <- list("turtles" = c("who", "shape"))

One of the shapes is "circle 2", but when creating the results tibble with nlrx::run_nl_all(nl), these are considered two separate character strings, "circle" and "2". This ruins the results tibble.

I assume this will also give problems for other turtle or link metrics that contain spaces.

aosavi avatar Apr 02 '24 14:04 aosavi