Remove print statement
This commit is contained in:
parent
8c20c029ae
commit
43663331f1
1 changed files with 0 additions and 2 deletions
|
|
@ -284,8 +284,6 @@ def process_neware_data(df, options={}):
|
||||||
|
|
||||||
df = unit_conversion(df=df, options=options) # converts all units from the old units to the desired units
|
df = unit_conversion(df=df, options=options) # converts all units from the old units to the desired units
|
||||||
|
|
||||||
print(df.iloc[1:10])
|
|
||||||
|
|
||||||
if options['increment_cycles_from']:
|
if options['increment_cycles_from']:
|
||||||
df['cycle'].iloc[options['increment_cycles_from']:] += 1
|
df['cycle'].iloc[options['increment_cycles_from']:] += 1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue