siyue commited on
Commit
9e67c4a
·
1 Parent(s): 4e6d8b6
Files changed (1) hide show
  1. squall.py +2 -1
squall.py CHANGED
@@ -152,7 +152,8 @@ class Squall(datasets.GeneratorBasedBuilder):
152
  if split_key != 'test':
153
  with open(squall_full, encoding="utf-8") as f:
154
  squall_full_data = json.load(f)
155
- raise ValueError(f"type {type(squall_full_data)}")
 
156
  NUM_MAPPING = {
157
  'half': 0.5,
158
  'one': 1,
 
152
  if split_key != 'test':
153
  with open(squall_full, encoding="utf-8") as f:
154
  squall_full_data = json.load(f)
155
+ raise ValueError(f"type {print(squall_full_data)}")
156
+
157
  NUM_MAPPING = {
158
  'half': 0.5,
159
  'one': 1,