Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Apr 9, 2024
1 parent c592120 commit 3c5e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flasc/data_processing/dataframe_manipulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def df_sort_and_fix_duplicates(df):
print(df.loc[di : di + 1, c])
logger.info("Setting value to np.nan as a safety measure...")

logger.info(f"Merged two rows with identical timestamp:{df.loc[di, "time"]}.")
logger.info(f"Merged two rows with identical timestamp:{df.loc[di, 'time']}.")
logger.info("Before merging:")
print(df[di : di + 2])
logger.info(" ")
Expand Down

0 comments on commit 3c5e861

Please sign in to comment.