Skip to content

Commit 244a7a8

Browse files
committed
.
1 parent 061e47c commit 244a7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

causalspyne/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def gen_partially_observed(
4949
)
5050
dag = dag_gen.run()
5151
dag.to_binary_csv(benchpress=False,
52-
name=output_dir + "ground_truth_dag.csv")
52+
name=output_dir + f"ground_truth_dag_{timestamp}d.csv")
5353

5454
subview = DAGView(dag=dag, rng=rng)
5555
return re_hide(subview, dag, num_sample, list_confounder2hide, output_dir,

0 commit comments

Comments
 (0)