Skip to content

Commit

Permalink
tox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Apr 11, 2024
1 parent 560bbfb commit 5e34974
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/braket/timings/time_series.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,9 @@ def stitch(

return new_time_series

def discretize(self, time_resolution: Optional[Decimal], value_resolution: Optional[Decimal]) -> TimeSeries:
def discretize(
self, time_resolution: Optional[Decimal], value_resolution: Optional[Decimal]
) -> TimeSeries:
"""Creates a discretized version of the time series,
rounding all times and values to the closest multiple of the
corresponding resolution.
Expand Down

0 comments on commit 5e34974

Please sign in to comment.