Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Aug 12, 2024
1 parent 9d5e763 commit 9f5ad5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dymos/transcriptions/transcription_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,8 @@ def configure_timeseries_outputs(self, phase):

for input_name, src, src_idxs in timeseries_comp._configure_io(timeseries_options):
phase.connect(src_name=src,
tgt_name=f'{timeseries_name}.{input_name}',
src_indices=src_idxs)
tgt_name=f'{timeseries_name}.{input_name}',
src_indices=src_idxs)

def configure_boundary_constraints(self, phase):
"""
Expand Down

0 comments on commit 9f5ad5a

Please sign in to comment.