-
Notifications
You must be signed in to change notification settings - Fork 57
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
cv save changes prefix for future output #683
Comments
That sounds good to me. However, without extensive refactoring that in practice means that biases will need to set Currently, how biases set |
If I agree with the idea of making that behavior more uniform anyway, ideally by migrating it to the base class. |
I believe not, save for possible edge cases. However, the documented behavior of
Sounds good! |
I can't imagine a real usage case for this. The best interface IMO would be:
These can be combined easily to get the current functionality, but they are more fine-grained and easier to document. |
NAMD changes the output prefix permanently through the |
Then I'll add a command to change it as well. |
|
Yes, that's definitely the case! At this point we can just support either of these two options: (a) the output prefix defined by the engine, or (b) a one-time prefix specified as argument of the scripting functions. You'll probably need to add an argument to For option (a) we could even consider calling a |
From the name and the documentation, I expect "cv save" to save files to the given prefix when called, with no further side effects. In practice, it changes the file names of all future output.
The documentation could be updated, but I'd rather change the behavior to what is expected, maybe providing a separate method of changing the output prefix persistently.
The text was updated successfully, but these errors were encountered: