Skip to content

Commit

Permalink
update ParameterRecord.values setter routine
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarsen-usgs committed Oct 30, 2023
1 parent 1c59e77 commit 566379f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gsflow/prms/prms_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ def values(self, new_values):

# change data type
self._check_dtype()
self._values = new_values

def export_nc(self, f, modflow, **kwargs):
"""
Expand Down

0 comments on commit 566379f

Please sign in to comment.