forked from jgrewe/fishbook
remove debug code
This commit is contained in:
parent
fb7f856953
commit
12c0807dd6
4
util.py
4
util.py
@ -58,8 +58,6 @@ def has_signal(line, col_names):
|
|||||||
if n.lower() == "signal" and i < len(values):
|
if n.lower() == "signal" and i < len(values):
|
||||||
if len(values[i].strip()) > 0 and values[i].strip()[0] != "-":
|
if len(values[i].strip()) > 0 and values[i].strip()[0] != "-":
|
||||||
return True
|
return True
|
||||||
else:
|
|
||||||
print(i, values[i])
|
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
@ -119,8 +117,8 @@ def read_stimuli_file(dataset):
|
|||||||
index += 1
|
index += 1
|
||||||
elif l.lower().startswith("#key"): # table data coming
|
elif l.lower().startswith("#key"): # table data coming
|
||||||
data, index = parse_table(lines, index)
|
data, index = parse_table(lines, index)
|
||||||
stimulus_indices.append(data)
|
|
||||||
# we are done with this repro run
|
# we are done with this repro run
|
||||||
|
stimulus_indices.append(data)
|
||||||
settings[current_section_name] = current_section.copy()
|
settings[current_section_name] = current_section.copy()
|
||||||
repro_settings.append(settings.copy())
|
repro_settings.append(settings.copy())
|
||||||
current_section = None
|
current_section = None
|
||||||
|
Loading…
Reference in New Issue
Block a user