-
Notifications
You must be signed in to change notification settings - Fork 18
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
remove_record() method does not recognize parameter names #7
Comments
jlarsen-usgs
added a commit
that referenced
this issue
Feb 9, 2021
@mrush-usgs |
jlarsen-usgs
added a commit
that referenced
this issue
Feb 9, 2021
@mrush-usgs |
jlarsen-usgs
added a commit
that referenced
this issue
Feb 12, 2021
…or to dynamic record_names parameter. #7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to remove parameters from the control file.
I can get_record(name='soilzone_module'):
soilzone_module
1
4
soilzone
But I can't remove_record(name='soilzone_module'):
/home/mrush/miniconda3/lib/python3.8/site-packages/gsflow/param_base.py:211: UserWarning: The record does not exist: soilzone_module
warnings.warn("The record does not exist: {}".format(name),
The text was updated successfully, but these errors were encountered: