Skip to content

Commit

Permalink
Progress on BarycentricControlInterpComp
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Feb 15, 2024
1 parent 9ed33d3 commit 9aa0d84
Show file tree
Hide file tree
Showing 3 changed files with 587 additions and 14 deletions.
4 changes: 0 additions & 4 deletions dymos/phase/phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -2444,10 +2444,6 @@ def get_simulation_phase(self, times_per_seg=_unspecified, method=_unspecified,
sim_phase._timeseries = {ts_name: ts_options for ts_name, ts_options in self._timeseries.items()
if ts_name == 'timeseries'}

for state_name, state_options in sim_phase.state_options.items():
state_options['fix_final'] = False
state_options['input_initial'] = False

sim_phase.refine_options = deepcopy(self.refine_options)
sim_phase.simulate_options = deepcopy(self.simulate_options)
sim_phase.timeseries_options = deepcopy(self.timeseries_options)
Expand Down
Loading

0 comments on commit 9aa0d84

Please sign in to comment.