Skip to content

Commit

Permalink
patch to add_base so that original num reals is respected
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwhite79 committed Sep 11, 2019
1 parent 4e98434 commit fc0fd92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyemu/en.py
Expand Up @@ -716,7 +716,7 @@ def add_base(self):
"""add the control file `obsval` values as a realization
Note:
adds the current `ObservationEnsemble.pst.observation_data.obsval` values
replaces the last realization with the current `ObservationEnsemble.pst.observation_data.obsval` values
as a new realization named "base"
"""
Expand Down Expand Up @@ -1187,7 +1187,7 @@ def add_base(self):
"""add the control file `obsval` values as a realization
Note:
adds the current `ParameterEnsemble.pst.parameter_data.parval1` values
replaces the last realization with the current `ParameterEnsemble.pst.parameter_data.parval1` values
as a new realization named "base"
"""
Expand Down

0 comments on commit fc0fd92

Please sign in to comment.