LICENSE
MANIFEST.in
README.md
pyproject.toml
py3plex/__init__.py
py3plex/__main__.py
py3plex/_parallel.py
py3plex/agent.py
py3plex/cli.py
py3plex/config.py
py3plex/dsl_legacy.py
py3plex/ergonomics.py
py3plex/errors.py
py3plex/exceptions.py
py3plex/fast_examples.py
py3plex/graph_ops.py
py3plex/linter.py
py3plex/logging_config.py
py3plex/pipeline.py
py3plex/profiling.py
py3plex/requirements.py
py3plex/temporal_utils.py
py3plex/temporal_utils_extended.py
py3plex/temporal_view.py
py3plex/utils.py
py3plex/validation.py
py3plex/workflows.py
py3plex.egg-info/PKG-INFO
py3plex.egg-info/SOURCES.txt
py3plex.egg-info/dependency_links.txt
py3plex.egg-info/entry_points.txt
py3plex.egg-info/not-zip-safe
py3plex.egg-info/requires.txt
py3plex.egg-info/top_level.txt
py3plex/algebra/__init__.py
py3plex/algebra/backend.py
py3plex/algebra/closure.py
py3plex/algebra/fixed_point.py
py3plex/algebra/lift.py
py3plex/algebra/paths.py
py3plex/algebra/registry.py
py3plex/algebra/semiring.py
py3plex/algebra/witness.py
py3plex/algorithms/__init__.py
py3plex/algorithms/advanced_random_generators.py
py3plex/algorithms/attribute_correlation.py
py3plex/algorithms/centrality_toolkit.py
py3plex/algorithms/community_comparison.py
py3plex/algorithms/graph_summarization.py
py3plex/algorithms/layer_similarity.py
py3plex/algorithms/meta_flow_report.py
py3plex/algorithms/multicentrality.py
py3plex/algorithms/multilayer_clustering.py
py3plex/algorithms/requirements_registry.py
py3plex/algorithms/robustness_testing.py
py3plex/algorithms/sir_multiplex.py
py3plex/algorithms/statistical_report.py
py3plex/algorithms/centrality/__init__.py
py3plex/algorithms/centrality/approx_betweenness.py
py3plex/algorithms/centrality/approx_closeness.py
py3plex/algorithms/centrality/approx_pagerank.py
py3plex/algorithms/centrality/explain.py
py3plex/algorithms/community_detection/NoRC.py
py3plex/algorithms/community_detection/__init__.py
py3plex/algorithms/community_detection/auto_select.py
py3plex/algorithms/community_detection/autocommunity.py
py3plex/algorithms/community_detection/autocommunity_executor.py
py3plex/algorithms/community_detection/budget.py
py3plex/algorithms/community_detection/community_louvain.py
py3plex/algorithms/community_detection/community_measures.py
py3plex/algorithms/community_detection/community_ranking.py
py3plex/algorithms/community_detection/community_wrapper.py
py3plex/algorithms/community_detection/distributional.py
py3plex/algorithms/community_detection/flow_hierarchy.py
py3plex/algorithms/community_detection/label_propagation.py
py3plex/algorithms/community_detection/leiden_multilayer.py
py3plex/algorithms/community_detection/leiden_uq.py
py3plex/algorithms/community_detection/multilayer_benchmark.py
py3plex/algorithms/community_detection/multilayer_modularity.py
py3plex/algorithms/community_detection/multilayer_quality_metrics.py
py3plex/algorithms/community_detection/node_ranking.py
py3plex/algorithms/community_detection/runner.py
py3plex/algorithms/community_detection/sbm_metrics.py
py3plex/algorithms/community_detection/sbm_wrapper.py
py3plex/algorithms/community_detection/spectral_multilayer.py
py3plex/algorithms/community_detection/successive_halving.py
py3plex/algorithms/community_detection/infomap/__init__.py
py3plex/algorithms/community_detection/infomap/conftest.py
py3plex/algorithms/community_detection/infomap/infomap.py
py3plex/algorithms/community_detection/infomap/examples/python/example-bipartite.py
py3plex/algorithms/community_detection/infomap/examples/python/example-file-io.py
py3plex/algorithms/community_detection/infomap/examples/python/example-multiplex.py
py3plex/algorithms/community_detection/infomap/examples/python/example-networkx.py
py3plex/algorithms/community_detection/infomap/examples/python/example-simple.py
py3plex/algorithms/community_detection/infomap/examples/python/example-trigram-expanded.py
py3plex/algorithms/community_detection/infomap/examples/python/example-trigram.py
py3plex/algorithms/community_detection/infomap/interfaces/python/setup.py
py3plex/algorithms/curvature/__init__.py
py3plex/algorithms/curvature/ollivier_ricci_multilayer.py
py3plex/algorithms/general/__init__.py
py3plex/algorithms/general/benchmark_classification.py
py3plex/algorithms/general/walkers.py
py3plex/algorithms/hedwig/__init__.py
py3plex/algorithms/hedwig/__main__.py
py3plex/algorithms/hedwig/assets/builtin.n3
py3plex/algorithms/hedwig/core/__init__.py
py3plex/algorithms/hedwig/core/converters.py
py3plex/algorithms/hedwig/core/example.py
py3plex/algorithms/hedwig/core/helpers.py
py3plex/algorithms/hedwig/core/kb.py
py3plex/algorithms/hedwig/core/load.py
py3plex/algorithms/hedwig/core/predicate.py
py3plex/algorithms/hedwig/core/rule.py
py3plex/algorithms/hedwig/core/settings.py
py3plex/algorithms/hedwig/core/term_parsers.py
py3plex/algorithms/hedwig/learners/__init__.py
py3plex/algorithms/hedwig/learners/bottomup.py
py3plex/algorithms/hedwig/learners/learner.py
py3plex/algorithms/hedwig/learners/optimal.py
py3plex/algorithms/hedwig/stats/__init__.py
py3plex/algorithms/hedwig/stats/adjustment.py
py3plex/algorithms/hedwig/stats/scorefunctions.py
py3plex/algorithms/hedwig/stats/significance.py
py3plex/algorithms/hedwig/stats/validate.py
py3plex/algorithms/multilayer_algorithms/__init__.py
py3plex/algorithms/multilayer_algorithms/centrality.py
py3plex/algorithms/multilayer_algorithms/entanglement.py
py3plex/algorithms/multilayer_algorithms/multirank.py
py3plex/algorithms/multilayer_algorithms/multixrank.py
py3plex/algorithms/multilayer_algorithms/supra_matrix_function_centrality.py
py3plex/algorithms/multilayer_algorithms/versatility.py
py3plex/algorithms/network_classification/PPR.py
py3plex/algorithms/network_classification/__init__.py
py3plex/algorithms/network_classification/label_propagation.py
py3plex/algorithms/node_ranking/__init__.py
py3plex/algorithms/node_ranking/node_ranking.py
py3plex/algorithms/routing/__init__.py
py3plex/algorithms/routing/multiplex_paths.py
py3plex/algorithms/sbm/__init__.py
py3plex/algorithms/sbm/conversions.py
py3plex/algorithms/sbm/diagnostics.py
py3plex/algorithms/sbm/inference_vi.py
py3plex/algorithms/sbm/model_selection.py
py3plex/algorithms/sbm/multilayer_sbm.py
py3plex/algorithms/sbm/objectives.py
py3plex/algorithms/sbm/uq.py
py3plex/algorithms/sbm/utils.py
py3plex/algorithms/statistics/__init__.py
py3plex/algorithms/statistics/basic_statistics.py
py3plex/algorithms/statistics/bayesian_distances.py
py3plex/algorithms/statistics/bayesiantests.py
py3plex/algorithms/statistics/correlation_networks.py
py3plex/algorithms/statistics/critical_distances.py
py3plex/algorithms/statistics/enrichment_modules.py
py3plex/algorithms/statistics/multilayer_statistics.py
py3plex/algorithms/statistics/powerlaw.py
py3plex/algorithms/statistics/stats_comparison.py
py3plex/algorithms/statistics/topology.py
py3plex/algorithms/temporal/__init__.py
py3plex/algorithms/temporal/centrality.py
py3plex/algorithms/temporal/community.py
py3plex/algorithms/temporal_multiplex/__init__.py
py3plex/algorithms/term_parsers/__init__.py
py3plex/alignment/__init__.py
py3plex/alignment/features.py
py3plex/alignment/metrics.py
py3plex/alignment/solvers.py
py3plex/benchmarks/__init__.py
py3plex/benchmarks/budget.py
py3plex/benchmarks/metrics.py
py3plex/benchmarks/runners.py
py3plex/centrality/__init__.py
py3plex/centrality/robustness.py
py3plex/claims/__init__.py
py3plex/claims/generator.py
py3plex/claims/learner.py
py3plex/claims/scorer.py
py3plex/claims/types.py
py3plex/comparison/__init__.py
py3plex/comparison/executor.py
py3plex/comparison/metrics.py
py3plex/comparison/result.py
py3plex/compat/__init__.py
py3plex/compat/convert.py
py3plex/compat/equality.py
py3plex/compat/exceptions.py
py3plex/compat/ir.py
py3plex/compat/schema.py
py3plex/compat/sidecar.py
py3plex/compat/converters/__init__.py
py3plex/compat/converters/dgl_converter.py
py3plex/compat/converters/igraph_converter.py
py3plex/compat/converters/networkx_converter.py
py3plex/compat/converters/pyg_converter.py
py3plex/compat/converters/scipy_converter.py
py3plex/contracts/__init__.py
py3plex/contracts/contract.py
py3plex/contracts/engine.py
py3plex/contracts/failure_modes.py
py3plex/contracts/predicates.py
py3plex/contracts/result.py
py3plex/core/__init__.py
py3plex/core/converters.py
py3plex/core/immutable.py
py3plex/core/lazy_evaluation.py
py3plex/core/multinet.py
py3plex/core/nx_compat.py
py3plex/core/parsers.py
py3plex/core/random_generators.py
py3plex/core/schema_validation.py
py3plex/core/supporting.py
py3plex/core/temporal_multinet.py
py3plex/core/types.py
py3plex/core/HINMINE/IO.py
py3plex/core/HINMINE/__init__.py
py3plex/core/HINMINE/dataStructures.py
py3plex/core/HINMINE/decomposition.py
py3plex/counterexamples/__init__.py
py3plex/counterexamples/claim_lang.py
py3plex/counterexamples/ddmin.py
py3plex/counterexamples/engine.py
py3plex/counterexamples/types.py
py3plex/counterexamples/witness.py
py3plex/counterfactual/__init__.py
py3plex/counterfactual/comparator.py
py3plex/counterfactual/engine.py
py3plex/counterfactual/presets.py
py3plex/counterfactual/result.py
py3plex/counterfactual/spec.py
py3plex/datasets/__init__.py
py3plex/datasets/_generators.py
py3plex/datasets/_loaders.py
py3plex/datasets/_data/aarhus_cs.edges
py3plex/datasets/_data/synthetic_multilayer.edges
py3plex/diagnostics/__init__.py
py3plex/diagnostics/builders.py
py3plex/diagnostics/codes.py
py3plex/diagnostics/core.py
py3plex/diagnostics/utils.py
py3plex/dsl/__init__.py
py3plex/dsl/algebra.py
py3plex/dsl/ast.py
py3plex/dsl/attribution.py
py3plex/dsl/benchmark.py
py3plex/dsl/benchmark_result.py
py3plex/dsl/builder.py
py3plex/dsl/cache.py
py3plex/dsl/communities.py
py3plex/dsl/community_uq.py
py3plex/dsl/compositional_uq.py
py3plex/dsl/context.py
py3plex/dsl/errors.py
py3plex/dsl/executor.py
py3plex/dsl/executor_semiring.py
py3plex/dsl/explain.py
py3plex/dsl/export.py
py3plex/dsl/expressions.py
py3plex/dsl/fastpath.py
py3plex/dsl/layers.py
py3plex/dsl/operator_registry.py
py3plex/dsl/planner.py
py3plex/dsl/predictive.py
py3plex/dsl/provenance.py
py3plex/dsl/reduction.py
py3plex/dsl/registry.py
py3plex/dsl/result.py
py3plex/dsl/selection_uq.py
py3plex/dsl/serializer.py
py3plex/dsl/uq_algebra.py
py3plex/dsl/uq_resolution.py
py3plex/dsl/warnings.py
py3plex/dsl/executors/__init__.py
py3plex/dsl/executors/benchmark_executor.py
py3plex/dsl/lint/__init__.py
py3plex/dsl/lint/diagnostic.py
py3plex/dsl/lint/lint_context.py
py3plex/dsl/lint/schema.py
py3plex/dsl/lint/type_resolver.py
py3plex/dsl/lint/types.py
py3plex/dsl/lint/rules/__init__.py
py3plex/dsl/lint/rules/base.py
py3plex/dsl/lint/rules/dsl001_unknown_layer.py
py3plex/dsl/lint/rules/dsl002_unknown_attribute.py
py3plex/dsl/lint/rules/dsl101_type_mismatch.py
py3plex/dsl/lint/rules/dsl201_unsatisfiable.py
py3plex/dsl/lint/rules/dsl202_redundant.py
py3plex/dsl/lint/rules/perf301_full_scan.py
py3plex/dsl/lint/rules/perf302_cross_layer.py
py3plex/dsl/patterns/__init__.py
py3plex/dsl/patterns/builder.py
py3plex/dsl/patterns/compiler.py
py3plex/dsl/patterns/engine.py
py3plex/dsl/patterns/ir.py
py3plex/dsl/patterns/result.py
py3plex/dsl/program/__init__.py
py3plex/dsl/program/cache.py
py3plex/dsl/program/cost.py
py3plex/dsl/program/diff.py
py3plex/dsl/program/distribution.py
py3plex/dsl/program/executor.py
py3plex/dsl/program/explain.py
py3plex/dsl/program/program.py
py3plex/dsl/program/rewrite.py
py3plex/dsl/program/types.py
py3plex/dynamics/__init__.py
py3plex/dynamics/_utils.py
py3plex/dynamics/ast.py
py3plex/dynamics/builder.py
py3plex/dynamics/compartmental.py
py3plex/dynamics/config.py
py3plex/dynamics/core.py
py3plex/dynamics/errors.py
py3plex/dynamics/executor.py
py3plex/dynamics/models.py
py3plex/dynamics/processes.py
py3plex/dynamics/registry.py
py3plex/dynamics/result.py
py3plex/dynamics/serializer.py
py3plex/embeddings/__init__.py
py3plex/embeddings/base.py
py3plex/embeddings/cache.py
py3plex/embeddings/link_ops.py
py3plex/embeddings/metapath2vec.py
py3plex/embeddings/netmf.py
py3plex/experiments/__init__.py
py3plex/experiments/artifacts.py
py3plex/experiments/cli.py
py3plex/experiments/env.py
py3plex/experiments/errors.py
py3plex/experiments/model.py
py3plex/experiments/runner.py
py3plex/experiments/store.py
py3plex/experiments/utils.py
py3plex/io/__init__.py
py3plex/io/api.py
py3plex/io/canonical_format.py
py3plex/io/converters.py
py3plex/io/exceptions.py
py3plex/io/multinet_bridge.py
py3plex/io/parquet_format.py
py3plex/io/schema.py
py3plex/io/formats/__init__.py
py3plex/io/formats/arrow_format.py
py3plex/io/formats/csv_format.py
py3plex/io/formats/json_format.py
py3plex/lab/__init__.py
py3plex/lab/base.py
py3plex/meta/__init__.py
py3plex/meta/builder.py
py3plex/meta/result.py
py3plex/meta/stats.py
py3plex/meta/utils.py
py3plex/ml/__init__.py
py3plex/ml/embedding/__init__.py
py3plex/ml/embedding/base.py
py3plex/ml/embedding/deepwalk.py
py3plex/ml/embedding/evaluation.py
py3plex/ml/embedding/line.py
py3plex/ml/embedding/metapath2vec.py
py3plex/ml/embedding/multiplex.py
py3plex/ml/embedding/netmf.py
py3plex/ml/embedding/node2vec.py
py3plex/ml/embedding/similarity.py
py3plex/ml/embedding/trainer.py
py3plex/ml/embedding/utils.py
py3plex/multinet/__init__.py
py3plex/multinet/aggregation.py
py3plex/nullmodels/__init__.py
py3plex/nullmodels/executor.py
py3plex/nullmodels/models.py
py3plex/nullmodels/result.py
py3plex/optimizer/__init__.py
py3plex/optimizer/cost_model.py
py3plex/optimizer/logical_plan.py
py3plex/optimizer/optimizer.py
py3plex/optimizer/physical_plan.py
py3plex/optimizer/plan_nodes.py
py3plex/optimizer/rules.py
py3plex/out_of_core/__init__.py
py3plex/out_of_core/cli.py
py3plex/out_of_core/errors.py
py3plex/out_of_core/executor.py
py3plex/out_of_core/network.py
py3plex/out_of_core/operators.py
py3plex/out_of_core/readers.py
py3plex/out_of_core/schema.py
py3plex/out_of_core/spill.py
py3plex/out_of_core/utils.py
py3plex/paths/__init__.py
py3plex/paths/algorithms.py
py3plex/paths/executor.py
py3plex/paths/result.py
py3plex/plugins/__init__.py
py3plex/plugins/base.py
py3plex/plugins/examples.py
py3plex/plugins/registry.py
py3plex/provenance/__init__.py
py3plex/provenance/bundle.py
py3plex/provenance/capture.py
py3plex/provenance/replay.py
py3plex/provenance/schema.py
py3plex/robustness/__init__.py
py3plex/robustness/experiments.py
py3plex/robustness/perturbations.py
py3plex/runtime/__init__.py
py3plex/runtime/capabilities.py
py3plex/selection/__init__.py
py3plex/selection/capabilities.py
py3plex/selection/community_registry.py
py3plex/selection/evaluate.py
py3plex/selection/metric_registry.py
py3plex/selection/result.py
py3plex/selection/wins.py
py3plex/semiring/__init__.py
py3plex/semiring/core.py
py3plex/semiring/engine.py
py3plex/semiring/pareto.py
py3plex/semiring/registry.py
py3plex/semiring/types.py
py3plex/sensitivity/__init__.py
py3plex/sensitivity/executor.py
py3plex/sensitivity/metrics.py
py3plex/sensitivity/perturbations.py
py3plex/sensitivity/types.py
py3plex/stats/__init__.py
py3plex/stats/provenance.py
py3plex/stats/registry.py
py3plex/stats/statvalue.py
py3plex/stats/uncertainty.py
py3plex/uncertainty/__init__.py
py3plex/uncertainty/bootstrap.py
py3plex/uncertainty/ci_utils.py
py3plex/uncertainty/community_ensemble.py
py3plex/uncertainty/community_result.py
py3plex/uncertainty/context.py
py3plex/uncertainty/estimation.py
py3plex/uncertainty/noise_models.py
py3plex/uncertainty/null_models.py
py3plex/uncertainty/partition.py
py3plex/uncertainty/partition_metrics.py
py3plex/uncertainty/partition_reducers.py
py3plex/uncertainty/partition_types.py
py3plex/uncertainty/partition_uq.py
py3plex/uncertainty/plan.py
py3plex/uncertainty/resampling_graph.py
py3plex/uncertainty/runner.py
py3plex/uncertainty/selection_execution.py
py3plex/uncertainty/selection_reducers.py
py3plex/uncertainty/selection_types.py
py3plex/uncertainty/selection_uq.py
py3plex/uncertainty/stratification.py
py3plex/uncertainty/types.py
py3plex/uncertainty/reducers/__init__.py
py3plex/uncertainty/reducers/base.py
py3plex/visualization/__init__.py
py3plex/visualization/benchmark_visualizations.py
py3plex/visualization/bezier.py
py3plex/visualization/colors.py
py3plex/visualization/drawing_machinery.py
py3plex/visualization/layout_algorithms.py
py3plex/visualization/multilayer.py
py3plex/visualization/polyfit.py
py3plex/visualization/pymnet_style.py
py3plex/visualization/ricci_layout.py
py3plex/visualization/ricci_multilayer_vis.py
py3plex/visualization/sankey.py
py3plex/visualization/embedding_visualization/__init__.py
py3plex/visualization/embedding_visualization/embedding_tools.py
py3plex/visualization/embedding_visualization/embedding_visualization.py
py3plex/visualization/fa2/__init__.py
py3plex/visualization/fa2/fa2util.py
py3plex/visualization/fa2/forceatlas2.py
py3plex/wrappers/__init__.py
py3plex/wrappers/benchmark_nodes.py
py3plex/wrappers/r_interop.py
py3plex/wrappers/train_node2vec_embedding.py
py3plex_mcp/__init__.py
py3plex_mcp/errors.py
py3plex_mcp/registry.py
py3plex_mcp/safe_paths.py
py3plex_mcp/schemas.py
py3plex_mcp/server.py
tests/test_advanced_metrics_properties.py
tests/test_agent_api.py
tests/test_agents_documentation_claims.py
tests/test_agents_ergonomics_features.py
tests/test_agents_golden_paths.py
tests/test_aggregation.py
tests/test_algebra_backend.py
tests/test_algebra_core.py
tests/test_algebra_fixed_point.py
tests/test_algebra_paths.py
tests/test_algebra_registry.py
tests/test_algebra_witness.py
tests/test_algorithm_properties.py
tests/test_algorithms_attribute_correlation.py
tests/test_algorithms_correlation_networks.py
tests/test_algorithms_init.py
tests/test_algorithms_random_generators.py
tests/test_algorithms_requirements_registry.py
tests/test_algorithms_statistics_bayesian_distances.py
tests/test_alignment.py
tests/test_alignment_contracts.py
tests/test_alignment_correctness_additional.py
tests/test_approximate_centrality.py
tests/test_ast_roundtrip.py
tests/test_ast_roundtrip_integration.py
tests/test_attribute_correlation.py
tests/test_attribute_correlation_contracts.py
tests/test_auto_community.py
tests/test_autocommunity_benchmarks.py
tests/test_autocommunity_executor.py
tests/test_autocommunity_meta.py
tests/test_autocommunity_successive_halving.py
tests/test_bayesian_distances.py
tests/test_bench_aggregation_unit.py
tests/test_benchmark_budget_fairness.py
tests/test_benchmark_dsl_basic.py
tests/test_benchmark_integration.py
tests/test_benchmark_multiplex_centrality.py
tests/test_benchmark_time.py
tests/test_benchmarks_budget.py
tests/test_benchmarks_init.py
tests/test_book_conf.py
tests/test_book_manuscript_integrity.py
tests/test_book_snippets.py
tests/test_builder_dsl_mutate.py
tests/test_capabilities_basic.py
tests/test_capabilities_optional_missing.py
tests/test_centrality_explain.py
tests/test_centrality_explain_integration.py
tests/test_centrality_robustness.py
tests/test_centrality_robustness_oracles.py
tests/test_centrality_uncertainty.py
tests/test_centrality_weight_handling.py
tests/test_check_api_consistency.py
tests/test_check_doc_coverage.py
tests/test_check_type_coverage.py
tests/test_ci_python_versions.py
tests/test_claim_learning.py
tests/test_claims_types.py
tests/test_cli.py
tests/test_cli_check.py
tests/test_cli_ergonomics.py
tests/test_cli_piping.py
tests/test_clustering_multilayer.py
tests/test_code_improvements.py
tests/test_community_detection_modules.py
tests/test_community_distribution.py
tests/test_community_measures.py
tests/test_comparison.py
tests/test_comparison_executor.py
tests/test_comparison_metrics.py
tests/test_comparison_metrics_additional.py
tests/test_comparison_result.py
tests/test_comparison_uninitialized_and_resistance_oracles.py
tests/test_compat_exceptions.py
tests/test_compat_roundtrip.py
tests/test_config_api.py
tests/test_config_benchmark.py
tests/test_contracts.py
tests/test_contracts_basic.py
tests/test_contracts_extended.py
tests/test_contracts_failure_modes.py
tests/test_contracts_integration.py
tests/test_core_functionality.py
tests/test_core_immutable.py
tests/test_core_lazy_evaluation.py
tests/test_core_multinet_and_parsers.py
tests/test_core_multinet_correctness.py
tests/test_core_multiplex_edges.py
tests/test_core_schema_validation.py
tests/test_core_supporting.py
tests/test_correlation_networks.py
tests/test_counterexamples.py
tests/test_counterexamples_properties.py
tests/test_counterfactual.py
tests/test_counterfactual_presets.py
tests/test_coverage_grouping.py
tests/test_create_mosaic_banner.py
tests/test_create_showcase_flow.py
tests/test_crosshair_pure_functions.py
tests/test_data_files_presence.py
tests/test_datasets.py
tests/test_datasets_contracts.py
tests/test_datasets_oracles.py
tests/test_degenerate_networks.py
tests/test_determinism_randomness.py
tests/test_diagnostics.py
tests/test_diagnostics_utils.py
tests/test_doc_conf.py
tests/test_docs_embeddings_section.py
tests/test_docs_examples.py
tests/test_docs_quality_pass.py
tests/test_doctests.py
tests/test_dplyr_integration.py
tests/test_dsl.py
tests/test_dsl_aggregation_enhancements.py
tests/test_dsl_ast_equivalence.py
tests/test_dsl_auto_community.py
tests/test_dsl_communities.py
tests/test_dsl_community_filtering.py
tests/test_dsl_community_uq_integration.py
tests/test_dsl_compact_compute.py
tests/test_dsl_compositional_uq.py
tests/test_dsl_condition_semantics.py
tests/test_dsl_d_factory.py
tests/test_dsl_documentation_examples.py
tests/test_dsl_dplyr_style.py
tests/test_dsl_dynamics_integration.py
tests/test_dsl_edge_grouping_coverage.py
tests/test_dsl_edge_queries.py
tests/test_dsl_enhancements.py
tests/test_dsl_ergonomics.py
tests/test_dsl_errors.py
tests/test_dsl_errors_extended.py
tests/test_dsl_executor_additional.py
tests/test_dsl_explain.py
tests/test_dsl_export.py
tests/test_dsl_expressions.py
tests/test_dsl_extensions.py
tests/test_dsl_graphops_equivalence.py
tests/test_dsl_grouping_coverage.py
tests/test_dsl_interactive.py
tests/test_dsl_joins.py
tests/test_dsl_layer_selection.py
tests/test_dsl_layer_set_algebra.py
tests/test_dsl_legacy_approximate.py
tests/test_dsl_legacy_edges.py
tests/test_dsl_lint.py
tests/test_dsl_operators.py
tests/test_dsl_patterns.py
tests/test_dsl_patterns_quick_reference.py
tests/test_dsl_pipes.py
tests/test_dsl_planner.py
tests/test_dsl_predict_reduce.py
tests/test_dsl_program_rewrite.py
tests/test_dsl_program_types.py
tests/test_dsl_progress_logging.py
tests/test_dsl_properties.py
tests/test_dsl_provenance.py
tests/test_dsl_query_optimization.py
tests/test_dsl_query_zoo.py
tests/test_dsl_result_algebra_edge_cases.py
tests/test_dsl_selection_fastpath.py
tests/test_dsl_semiring_integration.py
tests/test_dsl_serializer.py
tests/test_dsl_smart_defaults.py
tests/test_dsl_temporal_range_execution.py
tests/test_dsl_uncertainty.py
tests/test_dsl_uq_ergonomics.py
tests/test_dsl_uq_propagation.py
tests/test_dsl_v2.py
tests/test_dsl_zoo_features.py
tests/test_dynamics.py
tests/test_dynamics_algorithm_contracts.py
tests/test_dynamics_config_and_results_correctness.py
tests/test_dynamics_conservation.py
tests/test_dynamics_core.py
tests/test_dynamics_executor_edge_cases.py
tests/test_dynamics_parallel_determinism.py
tests/test_dynamics_reference_runs.py
tests/test_dynamics_uq_integration.py
tests/test_dynamics_utils.py
tests/test_edge_cases.py
tests/test_edgelist_format.py
tests/test_embeddings_direct_units.py
tests/test_ergonomic_helpers.py
tests/test_ergonomics.py
tests/test_ergonomics_helpers.py
tests/test_errors.py
tests/test_example_CBSSD.py
tests/test_example_community_detection.py
tests/test_example_decomposition_and_classification.py
tests/test_example_decomposition_ground_truth.py
tests/test_example_dsl_builder_api.py
tests/test_example_dynamics_core_examples.py
tests/test_example_embedding_construction.py
tests/test_example_embedding_visualization.py
tests/test_example_incidence_gadget_encoding.py
tests/test_example_interactive_multilayer.py
tests/test_example_inverse_network.py
tests/test_example_layer_extraction.py
tests/test_example_manipulation.py
tests/test_example_multilayer_vectorized_aggregation.py
tests/test_example_multiplex_aggregate.py
tests/test_example_multiplex_dynamics.py
tests/test_example_n2v_embedding.py
tests/test_example_network_decomposition.py
tests/test_example_network_decomposition_meta_paths.py
tests/test_example_numeric_encoding.py
tests/test_example_pattern_matching.py
tests/test_example_ppr.py
tests/test_examples_zoo_consolidation.py
tests/test_exception_taxonomy.py
tests/test_exceptions.py
tests/test_experiments.py
tests/test_explain_attribution.py
tests/test_fast_examples.py
tests/test_flagship_progress_demo.py
tests/test_flow_hierarchy.py
tests/test_fuzzing_properties.py
tests/test_generate_all_outputs.py
tests/test_generate_quickstart_outputs.py
tests/test_generate_visualization_images.py
tests/test_golden_toy_examples.py
tests/test_graph_ops.py
tests/test_graph_summarization.py
tests/test_hedwig_adjustment.py
tests/test_hedwig_significance.py
tests/test_improved_errors.py
tests/test_incidence_gadget_encoding.py
tests/test_infomap_fix.py
tests/test_interlayer_links_fix.py
tests/test_io_api_edge_cases.py
tests/test_io_arrow.py
tests/test_io_contracts_additional.py
tests/test_io_converters.py
tests/test_io_exceptions.py
tests/test_io_integration.py
tests/test_io_roundtrip.py
tests/test_io_schema.py
tests/test_issue_19_fix.py
tests/test_lab.py
tests/test_lab_additional.py
tests/test_lab_correctness.py
tests/test_label_propagation.py
tests/test_layer_extraction_fix.py
tests/test_layer_similarity.py
tests/test_layout_algorithms.py
tests/test_lazy_evaluation.py
tests/test_leiden_multilayer.py
tests/test_link_checker.py
tests/test_linter.py
tests/test_logging_conversion.py
tests/test_main_module.py
tests/test_master_regulators_example.py
tests/test_math_invariants.py
tests/test_mcp_server.py
tests/test_meta_analysis.py
tests/test_meta_flow_report.py
tests/test_metamorphic.py
tests/test_metapath2vec.py
tests/test_ml_embedding_evaluation.py
tests/test_ml_embedding_primitives.py
tests/test_monoplex_nx_wrapper.py
tests/test_mpc.py
tests/test_multilayer_centrality.py
tests/test_multilayer_clustering_coefficients.py
tests/test_multilayer_cornercases.py
tests/test_multilayer_edge_fix.py
tests/test_multilayer_embedding_models.py
tests/test_multilayer_integration.py
tests/test_multilayer_leiden_uq.py
tests/test_multilayer_modularity.py
tests/test_multilayer_quality_metrics.py
tests/test_multilayer_statistics.py
tests/test_multilayer_visualizations.py
tests/test_multinet_aggregation.py
tests/test_multinet_aggregation_additional.py
tests/test_multiplex_layer_interop.py
tests/test_multiplex_participation.py
tests/test_multiplex_properties.py
tests/test_multirank.py
tests/test_multixrank.py
tests/test_network_conversion.py
tests/test_network_version.py
tests/test_networkx_compatibility.py
tests/test_new_algorithms.py
tests/test_new_multilayer_metrics.py
tests/test_node_edge_parity.py
tests/test_node_ranking_comprehensive.py
tests/test_norc.py
tests/test_nullmodel_sanity.py
tests/test_nullmodels.py
tests/test_nullmodels_contracts.py
tests/test_nx_compat_extended.py
tests/test_ollivier_ricci_multilayer.py
tests/test_optimizer_submodules.py
tests/test_out_of_core.py
tests/test_parallel.py
tests/test_parallel_execution.py
tests/test_parsers_comprehensive.py
tests/test_parsers_coverage.py
tests/test_partition_uq.py
tests/test_partition_uq_integration.py
tests/test_paths.py
tests/test_paths_additional.py
tests/test_paths_contracts.py
tests/test_paths_executor.py
tests/test_paths_result.py
tests/test_performance_core.py
tests/test_pipeline.py
tests/test_plugin_examples.py
tests/test_plugin_system.py
tests/test_plugins.py
tests/test_plugins_contracts.py
tests/test_profiling.py
tests/test_profiling_additional.py
tests/test_program.py
tests/test_program_cost_executor.py
tests/test_properties.py
tests/test_provenance_canonical.py
tests/test_provenance_replay.py
tests/test_provenance_schema.py
tests/test_public_api_exports.py
tests/test_pymnet_style.py
tests/test_pypi_publish_workflow.py
tests/test_query_algebra.py
tests/test_query_equivalence.py
tests/test_r_interop.py
tests/test_random_generators_additional.py
tests/test_random_generators_extended.py
tests/test_random_walkers.py
tests/test_random_walks.py
tests/test_readme_contributor_onboarding.py
tests/test_readme_flagship_example.py
tests/test_requirements.py
tests/test_result_explain_debug.py
tests/test_ricci_visualization.py
tests/test_robustness.py
tests/test_robustness_additional.py
tests/test_robustness_testing.py
tests/test_root_conftest.py
tests/test_roundtrip_invariants.py
tests/test_run_quickstart_snippets.py
tests/test_sankey_visualization.py
tests/test_sbm_autocommunity.py
tests/test_sbm_generator.py
tests/test_sbm_metrics.py
tests/test_sbm_runner_integration.py
tests/test_schema_and_immutable.py
tests/test_seeding.py
tests/test_selection_uq.py
tests/test_selection_uq_empty_groups.py
tests/test_selection_uq_integration.py
tests/test_semiring_negative_cases.py
tests/test_semiring_pareto.py
tests/test_semiring_registry.py
tests/test_semiring_types.py
tests/test_semiring_verification.py
tests/test_sensitivity_executor.py
tests/test_sidecar.py
tests/test_sir_epidemic.py
tests/test_sir_multiplex.py
tests/test_spectral_multilayer.py
tests/test_statistical_report.py
tests/test_stats_comparison.py
tests/test_stats_core.py
tests/test_stats_edge_cases.py
tests/test_stats_provenance.py
tests/test_stats_provenance_dataclass.py
tests/test_stats_registry.py
tests/test_stats_scalar_uncertainty.py
tests/test_stats_verify.py
tests/test_stratified_uq.py
tests/test_streaming_topk.py
tests/test_successive_halving.py
tests/test_supporting_extended.py
tests/test_supra_matrix_function_centrality.py
tests/test_temporal.py
tests/test_temporal_algorithms.py
tests/test_temporal_builder.py
tests/test_temporal_dsl.py
tests/test_temporal_duration_parsing.py
tests/test_temporal_multinet.py
tests/test_temporal_utils.py
tests/test_temporal_utils_extended.py
tests/test_temporal_view.py
tests/test_temporal_windowed_queries.py
tests/test_tensor_representation.py
tests/test_tutorial_10min.py
tests/test_uncertainty.py
tests/test_uncertainty_additional.py
tests/test_uncertainty_builder_integration.py
tests/test_uncertainty_defaults.py
tests/test_uncertainty_dsl_integration.py
tests/test_uncertainty_engines.py
tests/test_uncertainty_oracles.py
tests/test_uncertainty_runner.py
tests/test_uq_algebra.py
tests/test_uq_integration.py
tests/test_uq_resolution.py
tests/test_uq_spine.py
tests/test_user_journey_simulation.py
tests/test_utils.py
tests/test_utils_coverage.py
tests/test_utils_extended.py
tests/test_utils_search_paths.py
tests/test_validation.py
tests/test_validation_module.py
tests/test_verification_api_differential.py
tests/test_verification_centrality.py
tests/test_verification_communities.py
tests/test_verification_determinism_parallelism.py
tests/test_verification_dsl_equivalence.py
tests/test_verification_metamorphic_harness.py
tests/test_verification_provenance_oracles.py
tests/test_versatility.py
tests/test_version_consistency.py
tests/test_visualization_benchmark.py
tests/test_visualization_bezier.py
tests/test_visualization_colors.py
tests/test_visualization_imports.py
tests/test_visualization_layouts.py
tests/test_visualization_multilayer_additional.py
tests/test_visualization_polyfit.py
tests/test_visualization_ricci_layout_helpers.py
tests/test_visualization_supra_heatmap.py
tests/test_visualize_matrix_fix.py
tests/test_workflows.py
tests/test_wrappers_additional.py
tests/test_wrappers_benchmark_nodes.py
tests/test_wrappers_node2vec.py
tests/test_wrappers_r_interop.py
tests/test_wrappers_train_node2vec.py