You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix GML parser to correctly read and apply edge weights
- Added detection and parsing of the `weight` attribute inside `edge` blocks.
- Ensured edge weight is stored and passed correctly when creating edges.
- Set a default edge weight of `1.0` if no weight is provided.
- Improved debug output for better traceability of edge attributes.
Latest version seems to ignore the weight keyword in Edges. Fix needed.
The text was updated successfully, but these errors were encountered: