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

Allow user to specify whether CUDS should be automatically reloaded after a run() #551

Closed
urbanmatthias opened this issue Nov 19, 2020 · 1 comment

Comments

@urbanmatthias
Copy link
Member

Currently CUDS objects are reloaded lazily, one by one after a simulation has been executed.

This approach is not beneficial for all scenarios, so the should be a keyword argument to let the user decide on the reload behavior:

E.g.

session.run(reload=True)
session.run(reload=[<oclasses_to_reload>])

Anther idea is not reloading one-by-one but always also reload a neighborhood or or contained cuds when reloading.

@kysrpex
Copy link
Contributor

kysrpex commented Jan 27, 2023

No longer relevant in SimPhoNy v4.

@kysrpex kysrpex closed this as completed Jan 27, 2023
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

2 participants