Skip to content

Commit

Permalink
Fix for older versions of OpenMDAO.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Aug 10, 2023
1 parent 1fc0103 commit 60a3912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dymos/phase/test/test_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def test_timeseries_gl(self, test_smaller_timeseries=False):

for dymos_type, prom_names in map_type_to_promnames.items():
prom_outputs = {meta['prom_name'] for abs_path, meta in
ts_group.list_outputs(tags=[dymos_type], out_stream=None)}
ts_group.list_outputs(tags=[dymos_type], out_stream=None, prom_name=True)}
self.assertSetEqual(prom_outputs, prom_names)

def test_timeseries_gl_smaller_timeseries(self):
Expand Down

0 comments on commit 60a3912

Please sign in to comment.