Skip to content

Commit

Permalink
pimixin: optioal seeding of variables included in timeseries_import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailbhemit committed Oct 17, 2024
1 parent ba440ba commit 0db8fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rtctools/optimization/pi_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def imported_seed_options(self) -> Dict[str, Union[str, float]]:
"import_seed": False,
"extend_seed_forwards": False,
"extend_seed_backwards": False,
"seed_variables_in_timeseries_import": False,
}

def read(self):
Expand Down

0 comments on commit 0db8fb8

Please sign in to comment.