Skip to content
Snippets Groups Projects
Commit 01df8d2c authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

up

parent 220056bb
No related branches found
No related tags found
2 merge requests!39Release 0.4.0,!6Resulttable
Pipeline #9172 failed
......@@ -78,7 +78,7 @@ class ExperimentCFood(AbstractFileCFood, WithREADME):
self.experiment, self.project = (
ExperimentCFood.create_identifiable_experiment(self.match))
self.identifiables.extend([self.experiment, self.project])
self.identifiables.extend([self.project, self.experiment])
self.people = parse_responsibles(self.header)
self.identifiables.extend(self.people)
......
......@@ -74,7 +74,7 @@ class ResultTableCFood(AbstractFileCFood):
self.identifiables.append(rec)
self.recs.append(rec)
self.identifiables.extend([self.experiment, self.project])
self.identifiables.extend([self.project, self.experiment])
def update_identifiables(self):
for ii, (idx, row) in enumerate(self.table.iterrows()):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment