Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Aug 7, 2023
1 parent cca2e04 commit 8c2d0e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dymos/phase/phase.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,7 +1186,6 @@ def add_boundary_constraint(self, name, loc, constraint_name=None, units=None,
self.add_timeseries_output(name, output_name=constraint_name, units=units, shape=shape,
tags=[f'dymos.{loc}_boundary_constraint'])


def add_path_constraint(self, name, constraint_name=None, units=None, shape=None, indices=None,
lower=None, upper=None, equals=None, scaler=None, adder=None, ref=None,
ref0=None, linear=False, flat_indices=False):
Expand Down Expand Up @@ -1496,7 +1495,6 @@ def _add_timeseries_output(self, name, output_name=None, units=_unspecified, sha
# Output already present, update tags
self._timeseries[timeseries]['outputs'][output_name]['tags'].extend(tags)


def add_timeseries(self, name, transcription, subset='all'):
r"""
Adds a new timeseries output upon which outputs can be provided.
Expand Down

0 comments on commit 8c2d0e6

Please sign in to comment.