Fixed odin question file
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
1, What are the gods trying to do?
|
||||
2, Who came to help them?
|
||||
3, What deal was agreed on?
|
||||
2, Who came to the gods offering to help?
|
||||
3, What would the gods give the stranger as payment for his work?
|
||||
|
||||
|
@@ -1,3 +1,3 @@
|
||||
1, What reward did the stranger ask for his work?
|
||||
2, Who is, in fact, the stranger?
|
||||
3, What did the gods decide to do?
|
||||
2, Who had a plan to allow the gods not to pay the stranger?
|
||||
3, Who helped the stranger work?
|
||||
|
||||
|
@@ -1,2 +1,3 @@
|
||||
1, How is the construction progressing?
|
||||
2, What is happening to the horse?
|
||||
1, How is the construction of the wall progressing?
|
||||
2, Who does the horse get distracted by?
|
||||
3, What part of the wall was left unfinished?
|
||||
|
||||
|
@@ -0,0 +1,3 @@
|
||||
1, What items did the dwarves forge?
|
||||
2, Could they work in peace?
|
||||
3, Who is, in fact, Gadfly?
|
||||
|
@@ -126,6 +126,7 @@ class EEGStoryTrainThread(BaseThread):
|
||||
'''
|
||||
self.wav_files = natsorted(globDir(self.stimDir, '*.wav'))
|
||||
q_files = natsorted(globDir(self.stimDir, '*.csv'))
|
||||
set_trace()
|
||||
for wav_file, q_file in zip(self.wav_files, q_files):
|
||||
q_lines = []
|
||||
with open(q_file, 'r') as csvfile:
|
||||
|
||||
Reference in New Issue
Block a user