Skip to content

Commit

Permalink
Fix Style Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alibh95 committed Mar 19, 2021
1 parent af4d26a commit dab2451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybamm/experiments/experiment.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def extend_drive_cycle(self, drive_cycle, end_time):
# Extend the drive cycle until the drive cycle time
# becomes greater than specified end time
temp_time.append(np.append(temp_time[i - 1],
temp_time[0] + temp_time[i - 1][-1] + 1))
temp_time[0] + temp_time[i - 1][-1] + 1))
loop_end_time = temp_time[i][-1]
i += 1
time = temp_time[-1]
Expand Down

0 comments on commit dab2451

Please sign in to comment.