We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@rogervs Tutorials are outdated, so sample code no longer works:
In General: https://github.com/cadCAD-org/demos/tree/master/tutorials/robots_and_marbles configs files are now created differently using:
experiment = Experiment() configs = experiment.configs (not importing from library)
(and not imported as described in Tutorial)
In Tutorial 6: https://github.com/cadCAD-org/demos/blob/master/tutorials/robots_and_marbles/robot-marbles-part-6/robot-marbles-part-6.ipynb
sim_config is no longer changed through experiment.append_configs()
and the last execution of plotting multiple simulations doesn't work, because NaNs are created before a .max() function
An update of these issues would be helpful. Thank you so much
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@rogervs
Tutorials are outdated, so sample code no longer works:
In General:
https://github.com/cadCAD-org/demos/tree/master/tutorials/robots_and_marbles
configs files are now created differently using:
experiment = Experiment()
configs = experiment.configs (not importing from library)
(and not imported as described in Tutorial)
In Tutorial 6:
https://github.com/cadCAD-org/demos/blob/master/tutorials/robots_and_marbles/robot-marbles-part-6/robot-marbles-part-6.ipynb
sim_config is no longer changed through
experiment.append_configs()
and the last execution of plotting multiple simulations doesn't work, because NaNs are created before a .max() function
An update of these issues would be helpful.
Thank you so much
The text was updated successfully, but these errors were encountered: