alfraser commited on
Commit
3a9dec1
·
1 Parent(s): d452e98

Saved file records to DB. Fixed a print to show the correct test-group name.

Browse files
Files changed (2) hide show
  1. data/sqlite/test_records.db +2 -2
  2. src/testing.py +1 -1
data/sqlite/test_records.db CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11be34fa70fe3e359fc410f9e342b2163a7e90fdbffec64ccbec2dd13d74f55a
3
- size 425984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f51a6d328e87160a8bddf7d8daaddcbf2947e50f36c636154c77f1295bbaa89e
3
+ size 466944
src/testing.py CHANGED
@@ -356,7 +356,7 @@ def move_test_records_to_db(hf_hub_token: str) -> None:
356
  con.execute(sql)
357
  con.commit()
358
  else:
359
- print(f"Warning TestGroup {tg_not_in_db} was not added to the DB as it already existed there")
360
 
361
  def load_all_test_groups_to_db(con: sqlite3.Connection) -> None:
362
  """
 
356
  con.execute(sql)
357
  con.commit()
358
  else:
359
+ print(f"Warning TestGroup {test_group.test_group} was not added to the DB as it already existed there")
360
 
361
  def load_all_test_groups_to_db(con: sqlite3.Connection) -> None:
362
  """