liyucheng commited on
Commit
94deb52
1 Parent(s): df0f3a2

try to fix configs.py

Browse files
Files changed (1) hide show
  1. bbc_alltime.py +1 -1
bbc_alltime.py CHANGED
@@ -9,7 +9,7 @@ configs_file = dl.download('https://huggingface.co/datasets/RealTimeData/bbc_all
9
  path = os.path.dirname(configs_file)
10
  sys.path.append(path)
11
 
12
- print(os.path.exists('configs.py'), '-----')
13
 
14
  _CITATION = """\
15
  @misc{li2023estimating,
 
9
  path = os.path.dirname(configs_file)
10
  sys.path.append(path)
11
 
12
+ from configs import _TIMES
13
 
14
  _CITATION = """\
15
  @misc{li2023estimating,