-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add file argument to get_nml_value #233
Comments
So it would operate directly on a file instead of a loaded nml object? |
I think either-or. Consider this block from
|
Would it then also overwrite the old original file as well? Basically,
|
I don't follow. Why would |
Ah yeah, ignore that. For some reason I was thinking about a function that muted the file in place. Like we were talking about That being said, wouldn't it make sense to implement the parallel version in |
I am about to submit a PR with this ability added. I was thinking only of reading values not of writing or setting. I think what you are talking about is more along the lines of #231? |
My vote is to parallel this functionality in the |
Awesome work @jsta |
Yes, I like this idea, and like the parallel idea @lawinslow proposed for |
I am thinking that it would be useful to add a
file
argument toget_nml_value
similar to the otherget_*
functions.The text was updated successfully, but these errors were encountered: