Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
aosavi opened this issue Apr 2, 2024 · 0 comments

Comments

@aosavi
Copy link

aosavi commented Apr 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant