Skip to content

Commit

Permalink
fix input handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tkv29 committed Jan 30, 2024
1 parent e8eced4 commit 01b5386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracex/extraction/prototype/input_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def add_locations(df):
# )
new_row = pd.DataFrame([location], columns=[name])
new_df = pd.concat([new_df, new_row], ignore_index=True)
document_intermediates(output)
document_intermediates(location)
df = pd.concat([df, new_df], axis=1)
return df

Expand Down

0 comments on commit 01b5386

Please sign in to comment.