diff --git a/example/export_samples.py b/example/export_samples.py index 9c46660..39da225 100644 --- a/example/export_samples.py +++ b/example/export_samples.py @@ -257,8 +257,8 @@ def main(): row["__cond_file_id"] = str(int(cond[b].item())) if cond is not None else "-1" if args.include_time and time_col in header: row[time_col] = str(row_index) - for i, c in enumerate(cont_cols): - val = float(x_cont[b, t, i]) + for i, c in enumerate(cont_cols): + val = float(x_cont[b, t, i]) if int_like.get(c, False): row[c] = str(int(round(val))) else: