Remove print statement

This commit is contained in:
rasmusvt 2022-08-02 13:49:09 +02:00
parent 8c20c029ae
commit 43663331f1

View file

@ -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
print(df.iloc[1:10])
if options['increment_cycles_from']:
df['cycle'].iloc[options['increment_cycles_from']:] += 1