We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 061e47c commit 244a7a8Copy full SHA for 244a7a8
causalspyne/main.py
@@ -49,7 +49,7 @@ def gen_partially_observed(
49
)
50
dag = dag_gen.run()
51
dag.to_binary_csv(benchpress=False,
52
- name=output_dir + "ground_truth_dag.csv")
+ name=output_dir + f"ground_truth_dag_{timestamp}d.csv")
53
54
subview = DAGView(dag=dag, rng=rng)
55
return re_hide(subview, dag, num_sample, list_confounder2hide, output_dir,
0 commit comments