Petr Tsvetkov commited on
Commit
e2a35c0
β€’
1 Parent(s): 4017643
Files changed (1) hide show
  1. statistics.py +1 -1
statistics.py CHANGED
@@ -37,4 +37,4 @@ def get_statistics_for_manual_df(df):
37
 
38
 
39
  def get_statistics_for_synthetic_df(df):
40
- return get_statistics_for_df(df, start_col="commit_msg_start", end_col='reference', annotated_col='annotated_diff')
 
37
 
38
 
39
  def get_statistics_for_synthetic_df(df):
40
+ return get_statistics_for_df(df, start_col="initial_msg_pred", end_col='reference', annotated_col='annotated_diff')