JuliaGraphs / JuliaGraphs/MultilayerGraphs.jl
Infer `weighttype` from `default_edge_weight`
Open
@ClaudMor is already working on this.
Since Jan 3, 2023.
enhancement
- Dominant language
- Julia
- Stars
- 133
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
This could be accomplished via Base.return_types.
Moreover, we should choose a default value that is less demanding than Float64. Maybe Bool would be a good choice, since it would imply "no weights"?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.