fixed 1 error
This commit is contained in:
@@ -48,7 +48,7 @@ def filter_data(file: Path) -> pd.DataFrame:
|
|||||||
c1 = 0
|
c1 = 0
|
||||||
c2 = 0
|
c2 = 0
|
||||||
if crank==1:
|
if crank==1:
|
||||||
d1 = tume_us-c1
|
d1 = time_us-c1
|
||||||
d2 = d1-(c1-c2)
|
d2 = d1-(c1-c2)
|
||||||
if crank_flag:
|
if crank_flag:
|
||||||
rows.append({
|
rows.append({
|
||||||
|
|||||||
Reference in New Issue
Block a user