Skip to content

Commit

Permalink
Fix and simplify existing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Nov 19, 2024
1 parent 881128a commit 78a982b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_unit/test_load_bboxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ def _create_df_input_via_tracks(
else:
return update_attribute_column(
df_input=df,
attribute_column_name=attribute_column_name, # "region_attributes", /// "file_attributes",
dict_to_append=dict_to_append, # {"confidence": "0.5"}, /// {"frame": "1"},
attribute_column_name=attribute_column_name,
dict_to_append=dict_to_append,
)

return _create_df_input_via_tracks
Expand Down

0 comments on commit 78a982b

Please sign in to comment.