-
Notifications
You must be signed in to change notification settings - Fork 17
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
Issue with createPopulation #124
Comments
May be a small usability issue... You have to pass
|
@kmjob The website documentation is outdated I believe Moving this issue to our documentation repository |
That's a weird issue and it should be added that exactly the same script, with the same |
@AndreDlm Which version of ospsuite-r are you using? |
@Yuri05 How do you update the docs to have the latest vignettes? |
v 9.0.79 |
Thank you @msevestre, @PavelBal, and @AndreDlm: this worked! I will take closer look at the vignettes. |
@AndreDlm Yes this is outdated 9.1 is the official first release and is not compatible with 9.0 on exactly this use case :) |
Thanks @msevestre |
@PavelBal I agree with you. I think the runSimulation should also support this object as parameter and extract the population if required. This would be just a better UX. I am going to create an issue for this |
updated to latest vignettes in V10 docu |
Hello,
While trying to run a simulation using the ospsuite R-package, I ran into an issue with creating a population (P_pop). When I use createPopulation, I think it is creating a list instead of a population. Typing "P_pop$" only gives a couple options and when I try to run the simulation I get the error below.
Error in validateIsOfType(population, Population, nullAllowed = TRUE) :
runSimulation: argument 'population' is of type 'list', but expected 'Population'!
Attached is a screenshot of my console. Has anyone run in to this issue before?
Thank you,
Kate
The text was updated successfully, but these errors were encountered: