Skip to content

Commit f61c341

Browse files
author
Gregor Gebhardt
committed
fixed bug introduced by the previous commit.
1 parent 425881c commit f61c341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster_work.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def __run_rep(self, config, rep):
357357
names=['r', 'i']),
358358
columns=flat_it_result.keys(), dtype=float)
359359

360-
results.iloc[it] = flat_it_result
360+
results.loc[(rep, it)] = flat_it_result
361361

362362
# write first line with header
363363
if it == 0:

0 commit comments

Comments
 (0)