update
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user