diff --git a/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip b/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip index 9ed5ebea5..d4266f4b7 100644 Binary files a/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip and b/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip differ diff --git a/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip b/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip index cfebba427..4eeb353fa 100644 Binary files a/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip and b/dev/_downloads/10530a43ac11630eed6537826e6cfb1c/intro_causal_graphs.zip differ diff --git a/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip b/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip index e24d3d01f..16078d0e0 100644 Binary files a/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip and b/dev/_downloads/12ba5a8584767889bb8e73507ddec9b8/inducing_path.zip differ diff --git a/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip b/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip index 3595f9994..2d2c3c246 100644 Binary files a/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip and b/dev/_downloads/31332546815c10107083eb780f2415e1/plot_timeseries_graphs.zip differ diff --git a/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip b/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip index 31566919e..bcda6055d 100644 Binary files a/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip and b/dev/_downloads/57ddf7f10e7765791565f8e95db0ebe3/plot_mixed_edge_graph.zip differ diff --git a/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip b/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip index cabe0a141..ec881382a 100644 Binary files a/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip and b/dev/_downloads/6486e11b2b08016e1da22d99fc87866e/checking_validity_of_a_pag.zip differ diff --git a/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip b/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip index 791a6e354..f1f8df5b5 100644 Binary files a/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip and b/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip differ diff --git a/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip b/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip index 1491f781b..6d64b7df5 100644 Binary files a/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip and b/dev/_downloads/f07f8c066c17b7e0cc44cf5f674bfc87/draw_and_compare_graphs_with_same_layout.zip differ diff --git a/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png b/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png index 0fe8b5158..398e97f31 100644 Binary files a/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png and b/dev/_images/sphx_glr_plot_mixed_edge_graph_001.png differ diff --git a/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png b/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png index 2ddeb329e..780a3e8e8 100644 Binary files a/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png and b/dev/_images/sphx_glr_plot_mixed_edge_graph_thumb.png differ diff --git a/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt b/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt index eaa0f4b11..cb64fba99 100644 --- a/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt +++ b/dev/_sources/auto_examples/intro/checking_validity_of_a_pag.rst.txt @@ -144,7 +144,7 @@ To check if the constructed PAG is a valid one in pywhy-graphs, we can simply do .. code-block:: none ConditioningSetSelection.PDS - Context(observed_variables={'G', 'PSH', 'L', 'I', 'S'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[]) + Context(observed_variables={'PSH', 'G', 'L', 'S', 'I'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[]) True @@ -180,7 +180,7 @@ relationship. As such, the resulting graph is no longer a valid PAG. .. code-block:: none ConditioningSetSelection.PDS - Context(observed_variables={'G', 'PSH', 'L', 'I', 'S'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[]) + Context(observed_variables={'PSH', 'G', 'L', 'S', 'I'}, latent_variables=set(), state_variables={}, init_graph=, included_edges=, excluded_edges=, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[]) False @@ -195,9 +195,9 @@ References .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 1.231 seconds) + **Total running time of the script:** (0 minutes 1.254 seconds) -**Estimated memory usage:** 166 MB +**Estimated memory usage:** 165 MB .. _sphx_glr_download_auto_examples_intro_checking_validity_of_a_pag.py: diff --git a/dev/_sources/auto_examples/intro/inducing_path.rst.txt b/dev/_sources/auto_examples/intro/inducing_path.rst.txt index f5529236d..d1a55ceeb 100644 --- a/dev/_sources/auto_examples/intro/inducing_path.rst.txt +++ b/dev/_sources/auto_examples/intro/inducing_path.rst.txt @@ -243,7 +243,7 @@ References **Total running time of the script:** (0 minutes 1.247 seconds) -**Estimated memory usage:** 164 MB +**Estimated memory usage:** 163 MB .. _sphx_glr_download_auto_examples_intro_inducing_path.py: diff --git a/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt b/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt index 9a4484c01..805e72593 100644 --- a/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt +++ b/dev/_sources/auto_examples/intro/intro_causal_graphs.rst.txt @@ -169,7 +169,7 @@ Here, we will simulate some data to understand causal graphs in the context of S .. code-block:: none - Fitting causal models: 0%| | 0/5 [00:00 + @@ -427,7 +427,7 @@ References .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 2.546 seconds) + **Total running time of the script:** (0 minutes 2.385 seconds) **Estimated memory usage:** 249 MB diff --git a/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt b/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt index 4d406f6b7..2c398408d 100644 --- a/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt +++ b/dev/_sources/auto_examples/intro/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**00:05.023** total execution time for 3 files **from auto_examples/intro**: +**00:04.885** total execution time for 3 files **from auto_examples/intro**: .. container:: @@ -33,11 +33,11 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_auto_examples_intro_intro_causal_graphs.py` (``intro_causal_graphs.py``) - - 00:02.546 - - 249.3 + - 00:02.385 + - 248.6 + * - :ref:`sphx_glr_auto_examples_intro_checking_validity_of_a_pag.py` (``checking_validity_of_a_pag.py``) + - 00:01.254 + - 164.7 * - :ref:`sphx_glr_auto_examples_intro_inducing_path.py` (``inducing_path.py``) - 00:01.247 - - 164.3 - * - :ref:`sphx_glr_auto_examples_intro_checking_validity_of_a_pag.py` (``checking_validity_of_a_pag.py``) - - 00:01.231 - - 166.0 + - 163.0 diff --git a/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt b/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt index c25d2a6f3..fccc3dd7b 100644 --- a/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt +++ b/dev/_sources/auto_examples/mixededge/plot_mixed_edge_graph.rst.txt @@ -154,7 +154,7 @@ Mixed Edge Graph Properties MixedEdgeGraph named 'IV Graph' with 3 nodes and 3 edges and 2 edge types is directed: False because there are directed edges. False ['directed', 'bidirected'] - {'directed': , 'bidirected': } + {'directed': , 'bidirected': } @@ -312,9 +312,9 @@ class properties. Moreover, one can specify the edge type. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 1.541 seconds) + **Total running time of the script:** (0 minutes 1.445 seconds) -**Estimated memory usage:** 171 MB +**Estimated memory usage:** 169 MB .. _sphx_glr_download_auto_examples_mixededge_plot_mixed_edge_graph.py: diff --git a/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt b/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt index 8aff1e816..abd391475 100644 --- a/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt +++ b/dev/_sources/auto_examples/mixededge/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**00:01.541** total execution time for 1 file **from auto_examples/mixededge**: +**00:01.445** total execution time for 1 file **from auto_examples/mixededge**: .. container:: @@ -33,5 +33,5 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_auto_examples_mixededge_plot_mixed_edge_graph.py` (``plot_mixed_edge_graph.py``) - - 00:01.541 - - 170.8 + - 00:01.445 + - 169.0 diff --git a/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt b/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt index 3bc627292..0e0ecf425 100644 --- a/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt +++ b/dev/_sources/auto_examples/visualization/draw_and_compare_graphs_with_same_layout.rst.txt @@ -139,9 +139,9 @@ such as `Dagitty `_. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 0.493 seconds) + **Total running time of the script:** (0 minutes 0.438 seconds) -**Estimated memory usage:** 164 MB +**Estimated memory usage:** 163 MB .. _sphx_glr_download_auto_examples_visualization_draw_and_compare_graphs_with_same_layout.py: diff --git a/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt b/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt index 285bddda2..779de5ef2 100644 --- a/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt +++ b/dev/_sources/auto_examples/visualization/plot_timeseries_graphs.rst.txt @@ -136,9 +136,9 @@ which creates a nice default layout for time-series graphs. .. rst-class:: sphx-glr-timing - **Total running time of the script:** (0 minutes 1.140 seconds) + **Total running time of the script:** (0 minutes 1.141 seconds) -**Estimated memory usage:** 164 MB +**Estimated memory usage:** 163 MB .. _sphx_glr_download_auto_examples_visualization_plot_timeseries_graphs.py: diff --git a/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt b/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt index e96018e68..280c80665 100644 --- a/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt +++ b/dev/_sources/auto_examples/visualization/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**00:01.634** total execution time for 2 files **from auto_examples/visualization**: +**00:01.579** total execution time for 2 files **from auto_examples/visualization**: .. container:: @@ -33,8 +33,8 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_auto_examples_visualization_plot_timeseries_graphs.py` (``plot_timeseries_graphs.py``) - - 00:01.140 - - 164.3 + - 00:01.141 + - 163.0 * - :ref:`sphx_glr_auto_examples_visualization_draw_and_compare_graphs_with_same_layout.py` (``draw_and_compare_graphs_with_same_layout.py``) - - 00:00.493 - - 164.3 + - 00:00.438 + - 163.0 diff --git a/dev/_sources/sg_execution_times.rst.txt b/dev/_sources/sg_execution_times.rst.txt index 87c8e42c7..656cfe142 100644 --- a/dev/_sources/sg_execution_times.rst.txt +++ b/dev/_sources/sg_execution_times.rst.txt @@ -6,7 +6,7 @@ Computation times ================= -**00:08.198** total execution time for 6 files **from all galleries**: +**00:07.910** total execution time for 6 files **from all galleries**: .. container:: @@ -33,20 +33,20 @@ Computation times - Time - Mem (MB) * - :ref:`sphx_glr_auto_examples_intro_intro_causal_graphs.py` (``../examples/intro/intro_causal_graphs.py``) - - 00:02.546 - - 249.3 + - 00:02.385 + - 248.6 * - :ref:`sphx_glr_auto_examples_mixededge_plot_mixed_edge_graph.py` (``../examples/mixededge/plot_mixed_edge_graph.py``) - - 00:01.541 - - 170.8 + - 00:01.445 + - 169.0 + * - :ref:`sphx_glr_auto_examples_intro_checking_validity_of_a_pag.py` (``../examples/intro/checking_validity_of_a_pag.py``) + - 00:01.254 + - 164.7 * - :ref:`sphx_glr_auto_examples_intro_inducing_path.py` (``../examples/intro/inducing_path.py``) - 00:01.247 - - 164.3 - * - :ref:`sphx_glr_auto_examples_intro_checking_validity_of_a_pag.py` (``../examples/intro/checking_validity_of_a_pag.py``) - - 00:01.231 - - 166.0 + - 163.0 * - :ref:`sphx_glr_auto_examples_visualization_plot_timeseries_graphs.py` (``../examples/visualization/plot_timeseries_graphs.py``) - - 00:01.140 - - 164.3 + - 00:01.141 + - 163.0 * - :ref:`sphx_glr_auto_examples_visualization_draw_and_compare_graphs_with_same_layout.py` (``../examples/visualization/draw_and_compare_graphs_with_same_layout.py``) - - 00:00.493 - - 164.3 + - 00:00.438 + - 163.0 diff --git a/dev/auto_examples/intro/checking_validity_of_a_pag.html b/dev/auto_examples/intro/checking_validity_of_a_pag.html index 10938d68d..d15ae8a40 100644 --- a/dev/auto_examples/intro/checking_validity_of_a_pag.html +++ b/dev/auto_examples/intro/checking_validity_of_a_pag.html @@ -539,7 +539,7 @@

Validity of a PAG
ConditioningSetSelection.PDS
-Context(observed_variables={'G', 'PSH', 'L', 'I', 'S'}, latent_variables=set(), state_variables={}, init_graph=<networkx.classes.graph.Graph object at 0x700d4f228610>, included_edges=<networkx.classes.graph.Graph object at 0x700d4f228d10>, excluded_edges=<networkx.classes.graph.Graph object at 0x700d4f229150>, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
+Context(observed_variables={'PSH', 'G', 'L', 'S', 'I'}, latent_variables=set(), state_variables={}, init_graph=<networkx.classes.graph.Graph object at 0x7229af908c50>, included_edges=<networkx.classes.graph.Graph object at 0x7229af909350>, excluded_edges=<networkx.classes.graph.Graph object at 0x7229af909790>, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
 True
 
@@ -558,7 +558,7 @@

Validity of a PAG
ConditioningSetSelection.PDS
-Context(observed_variables={'G', 'PSH', 'L', 'I', 'S'}, latent_variables=set(), state_variables={}, init_graph=<networkx.classes.graph.Graph object at 0x700d4f234590>, included_edges=<networkx.classes.graph.Graph object at 0x700d4f234c90>, excluded_edges=<networkx.classes.graph.Graph object at 0x700d4f2350d0>, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
+Context(observed_variables={'PSH', 'G', 'L', 'S', 'I'}, latent_variables=set(), state_variables={}, init_graph=<networkx.classes.graph.Graph object at 0x7229af91ce90>, included_edges=<networkx.classes.graph.Graph object at 0x7229af91d590>, excluded_edges=<networkx.classes.graph.Graph object at 0x7229af91d9d0>, num_distributions=1, obs_distribution=True, intervention_targets=[], symmetric_diff_map={}, sigma_map={}, f_nodes=[], num_domains=1, domain_map={}, s_nodes=[])
 False
 
@@ -574,8 +574,8 @@

ReferencesTotal running time of the script: (0 minutes 1.231 seconds)

-

Estimated memory usage: 166 MB

+

Total running time of the script: (0 minutes 1.254 seconds)

+

Estimated memory usage: 165 MB