Berom0227 commited on
Commit
d7661a5
·
verified ·
1 Parent(s): d41c1d2

Upload scripts/sample_atomic_commites.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. scripts/sample_atomic_commites.py +2 -2
scripts/sample_atomic_commites.py CHANGED
@@ -249,8 +249,8 @@ def main() -> None:
249
  ccs_df = remove_existing_commits(ccs_df, existing_shas)
250
 
251
  # Step 4: Apply CI->CICD normalization
252
- print("\nStep 4: Applying CI->CICD normalization")
253
- ccs_df = normalize_dataset(ccs_df)
254
 
255
 
256
  # Step 5: Apply token-based filtering
 
249
  ccs_df = remove_existing_commits(ccs_df, existing_shas)
250
 
251
  # Step 4: Apply CI->CICD normalization
252
+ # print("\nStep 4: Applying CI->CICD normalization")
253
+ # ccs_df = normalize_dataset(ccs_df)
254
 
255
 
256
  # Step 5: Apply token-based filtering