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"
|
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:
|
if args.include_time and time_col in header:
|
||||||
row[time_col] = str(row_index)
|
row[time_col] = str(row_index)
|
||||||
for i, c in enumerate(cont_cols):
|
for i, c in enumerate(cont_cols):
|
||||||
val = float(x_cont[b, t, i])
|
val = float(x_cont[b, t, i])
|
||||||
if int_like.get(c, False):
|
if int_like.get(c, False):
|
||||||
row[c] = str(int(round(val)))
|
row[c] = str(int(round(val)))
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user