pep8 function

This commit is contained in:
looooo
2020-08-30 09:37:42 +02:00
parent 19a826cf1b
commit beb484ea64

View File

@@ -23,7 +23,7 @@ import numpy as np
from scipy import optimize as opt
def computeShiftedGears(m, alpha, t1, t2, x1, x2):
def compute_shifted_gears(m, alpha, t1, t2, x1, x2):
"""Summary
Args: