-
### Bug Description
I am finding that RMG is generating highly negative activation energies using training reactions for the reaction family 'Singlet_Carbene_Intra_Disproportionation'.
### How…
JLans updated
2 weeks ago
-
Hi Daniele and all,
I'm trying to use DisjointLoader in order to train a GCN to make a node-level prediction. My own dataset consists in a list of graphs with different shapes and large sparse adja…
-
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…
-
Hi,
I am trying to modify the mean [discrete curvature measure](https://github.com/mikedh/trimesh/blob/master/trimesh/curvature.py#L78) method. I am trying to refine the candidates this method uses…
-
The issue is a self referencing schema such as employee has a supervisor that is an employee. This is tracked with a FK of supervisor_id in the employees table. The FKS is described below:
```
"fks":…
-
Hello,
I am currently in the process of getting an existing code base which builds fine on linux to build windows and I have ran into an issues with a section of code which leverages boost graph. I…
-
In output we receive picture of the graph including all the vertices and edges.
Must include option to choose which properies shall be displayed
-
**Is your feature request related to a problem? Please describe.**
The task is to create graph using adjacency matrix and adjacency list .
**Do you want to work on it**
Yes .I want to work on thi…
-
## What is an adjacency list?
An [adjacency list](https://www.zindlerb.com/adjacency-lists-in-javascript/) is a data structure used to represent a (typically directed) graph. There are a few differen…
-
I would like to open discussions about implementing a ManyToMany feature.
From [here](https://github.com/NerdWalletOSS/dynamorm/pull/38):
>Supporting a Many-to-Many relationship through an inter…