-
Currently if you have a raphtory graph with edge properties and map it to a networkx graph, the properties are in a new map with keys "constant" or "temporal". Upon selecting temporal, the value of ea…
-
```
class GraphWrapper:
"""
A wrapper for the NetworkX Graph class.
This class provides additional functionality to the NetworkX Graph class, including:
- Converting the graph to a ne…
-
**Describe the bug**
include/graphscope/apps/simple_path/all_simple_paths_context.h:52:26:
error: ‘const class gs::ArrowProjectedFragment’
has no member named ‘id_mask’
52 | this->id_mask…
-
### Current Behavior
I input an unweighted graph into `complete_to_chordal_graph`, and it returns this error:
```
Traceback (most recent call last):
File "graph_csp_test.py", line 99, in
G…
-
Hello,
I've been working with Boost Graph, reached out to NetworkX, and am starting a business close to CWL. There is a lot of redundancy among these projects and GraphML (http://graphml.graphdraw…
-
The following part of a docstring states that "Edge-induced subgraph isomorphisms are not directly supported". If I'm not mistaken, edge-induced subgraph isomorphism is the same thing as subgraph mono…
-
**Describe the bug**
AttributeError: module 'cdlib.algorithms' has no attribute 'big_clam'
Big Clam code is commented out in the source code
**To Reproduce**
```
from cdlib import algorithms
i…
-
I just reran the benchmark all the last 100 commits on networkx and I found a very weird performance regression due to https://github.com/networkx/networkx/pull/6340
The standard graphs created wit…
-
Hi all,
I have a documentation issue. I'm using networkx for a project, and making subclasses of `networkx.isomorphism.GraphMatcher` and in general linking to the networkx documentation. I find two…
-
Hi, there is an bug in the SAM code, line 227: https://github.com/FenTechSolutions/CausalDiscoveryToolbox/blob/master/cdt/causality/graph/SAM.py#L227
```
skeleton = th.from_numpy(skeleton.asty…