remove reuse

This commit is contained in:
0xFugue 2023-08-25 15:46:35 +05:30
parent 1924d4b50d
commit 6c5cd2ffe8

View File

@ -204,8 +204,8 @@ def views(ctx: typer.Context,
):
log.basicConfig(level=log.INFO)
#pathlen2vfins = compute_view_times(path, oprefix)
#write_dict(pathlen2vfins, f'{oprefix}-{simtype}-viewtimes.dict')
pathlen2vfins = compute_view_times(path, oprefix)
write_dict(pathlen2vfins, f'{oprefix}-{simtype}-viewtimes.dict')
pathlen2vfins = read_dict(f'{oprefix}-{simtype}-viewtimes.dict')
tree = plot_view_times(pathlen2vfins, "tree", oprefix)