Skip to content

Commit b7fef85

Browse files
committed
force image build
1 parent 5efc8e5 commit b7fef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genie/load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def store_database(
315315
table_entity = syn.get(database_table_synid)
316316
# upsert table with new and updated rows
317317
if not all_updates.empty:
318-
# TEST convert to csv to enforce float_format="%.12g" in store_rows
318+
# TEST: convert to csv to enforce float_format="%.12g" in store_rows
319319
with tempfile.TemporaryDirectory() as tmpdir:
320320
tmpfile = os.path.join(tmpdir, "all_updates.csv")
321321
all_updates.to_csv(tmpfile)

0 commit comments

Comments
 (0)