[-] Remove commented code

This commit is contained in:
Azalea (on HyDEV-Daisy)
2022-05-16 01:20:15 -04:00
parent f9a0ee4b5b
commit 52f8ab05f2
3 changed files with 20 additions and 86 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ def create_dataset(cfg: dict, project_list: str = PROJECT_LIST):
raise NotImplementedError(f'Unknown limitCommitsBeforeDays type: {type(value)}. '
f'Only timedelta and int/float (days) are supported.')
print(f'> Has {len(commits)} comments before filtering for date < {end_date}')
print(f'> Has {len(commits)} commits before filtering for date < {end_date}')
commits = commits[commits.commitDate < end_date]
commits = commits[commits.commit.isin(fixes)]
-6
View File
@@ -1,6 +0,0 @@
#!/bin/bash
source activate fixminerEnv
PYTHONPATH=$(pwd) python -u main.py -root $(pwd) -job $2 -prop $1