Commit e7d31abd authored by Lee's avatar Lee Committed by xuehui
Browse files

remove invisible symbols which can cause syntax error (#954)

parent afce6d4a
......@@ -126,8 +126,7 @@ class MetisTuner(Tuner):
for key in search_space:
key_type = search_space[key]['_type']
key_range = search_space[key]['_value']
idx = self.key_order.index(key) )
idx = self.key_order.index(key)
if key_type == 'quniform':
if key_range[2] == 1:
self.x_bounds[idx] = [key_range[0], key_range[1]]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment