Skip to content
Snippets Groups Projects
Commit 77d27d2b authored by Alán Muñoz's avatar Alán Muñoz
Browse files

pass tp to bwriter

parent ecef1146
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,7 @@ class Pipeline(ProcessABC):
t = perf_counter()
# bwriter.write(seg, overwrite=["mother_assign"], tp=i)
bwriter.write(seg, overwrite=["mother_assign"])
bwriter.write(seg, overwrite=["mother_assign"], tp=i)
# print(
# f"Writing state in tp {i} with control values {runner.crawler.tracker_states[20]['prev_feats']}"
# )
......
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