Skip to content

Commit

Permalink
pycodestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Nov 1, 2024
1 parent e19d474 commit d3cf9c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dymos/visualization/timeseries/bokeh_timeseries_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ def _load_data_sources(traj_and_phase_meta=None, solution_record_file=None, simu

for traj_path, traj_data in traj_and_phase_meta.items():
data_dict[traj_path] = {'param_data_by_phase': {},
'sol_data_by_phase': {},
'sim_data_by_phase': {},
'timeseries_units': {}}
'sol_data_by_phase': {},
'sim_data_by_phase': {},
'timeseries_units': {}}

for phase_path, phase_data in traj_data['phases'].items():
phase_name = phase_data['name']
Expand Down

0 comments on commit d3cf9c8

Please sign in to comment.