Skip to content
Snippets Groups Projects
Commit cd4eef50 authored by nfontrod's avatar nfontrod
Browse files

modification of create fiure to don't recompute figure if the result file is present

parent 56c28838
No related branches found
No related tags found
No related merge requests found
......@@ -290,12 +290,7 @@ def create_figures(ft: str, ft_type: str,
ft_type, ft, fig=True,
kind="distance")
create_distance_figure(df, project, figfile, ft, iteration)
else:
df = pd.read_csv(outfile, sep="\t")
figfile = ConfigNt.get_density_file(weight, global_weight, project,
ft_type, ft, fig=True,
kind="distance")
create_distance_figure(df, project, figfile, ft, iteration)
def execute_density_figure_function(project: str,
ft_type: str, ft: str, weight: int,
......
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