We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5efc8e5 commit b7fef85Copy full SHA for b7fef85
genie/load.py
@@ -315,7 +315,7 @@ def store_database(
315
table_entity = syn.get(database_table_synid)
316
# upsert table with new and updated rows
317
if not all_updates.empty:
318
- # TEST convert to csv to enforce float_format="%.12g" in store_rows
+ # TEST: convert to csv to enforce float_format="%.12g" in store_rows
319
with tempfile.TemporaryDirectory() as tmpdir:
320
tmpfile = os.path.join(tmpdir, "all_updates.csv")
321
all_updates.to_csv(tmpfile)
0 commit comments