mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
added print statements
This commit is contained in:
@ -42,7 +42,9 @@ def get_good_projects(csv_file: str) -> pd.DataFrame:
|
||||
Returns:
|
||||
pd.DataFrame: The good projects.
|
||||
"""
|
||||
print(f"Reading {csv_file}...", end="")
|
||||
df = pd.read_csv(csv_file)
|
||||
print("Done")
|
||||
return df.loc[(df['good_repo_for_crab'] == True) & (df['n_tests'] > 0)]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user