Skip to content

Commit

Permalink
Fix truncated variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Jul 26, 2024
1 parent 1900031 commit 7962e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast_pipeline/pipeline/loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def make_upload_associations(associations_df: pd.DataFrame) -> None:
logger.debug(f"associations_df memory usage: {mem_usage}MB")
log_total_memory_usage()

ssoc_chunk_size = 100000
assoc_chunk_size = 100000
for i in range(0,len(associations_df),assoc_chunk_size):
bulk_upload_model(
Association,
Expand Down

0 comments on commit 7962e0a

Please sign in to comment.