iszhaoxin commited on
Commit
0049bc5
·
1 Parent(s): 1c264e0
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -80,7 +80,7 @@ class Test(datasets.GeneratorBasedBuilder):
80
  ]
81
 
82
  def _generate_examples(self, filepath):
83
- set_trace()
84
  with open(filepath, encoding="utf-8") as f:
85
  df = pd.read_csv(filepath, index_col=0)
86
  for id_, item in df.iterrows():
 
80
  ]
81
 
82
  def _generate_examples(self, filepath):
83
+ # set_trace()
84
  with open(filepath, encoding="utf-8") as f:
85
  df = pd.read_csv(filepath, index_col=0)
86
  for id_, item in df.iterrows():