Spaces:
Runtime error
Runtime error
Saved file records to DB. Fixed a print to show the correct test-group name.
Browse files- data/sqlite/test_records.db +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:
|
3 |
-
size
|
|
|
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 {
|
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 |
"""
|