Skip to content

Fix bug in spring_layout (included in PR #186) - #185

Closed
hdavid16 wants to merge 1 commit into
JuliaGraphs:masterfrom
hdavid16:fix_spring_layout
Closed

Fix bug in spring_layout (included in PR #186)#185
hdavid16 wants to merge 1 commit into
JuliaGraphs:masterfrom
hdavid16:fix_spring_layout

Conversation

@hdavid16

Copy link
Copy Markdown
Contributor

Fix#154

Multiple dispatch was messing up because types were not specified for spring layout and kws not preceeded by ;

Multiple dispatch was messing up because types were not specified for spring layout and `kws` not preceeded by `;`
@codecov

codecovBot commented Aug 2, 2022

Copy link
Copy Markdown

Codecov Report

Merging #185 (4f72c07) into master (52f4aae) will not change coverage.
The diff coverage is 100.00%.

@@ Coverage Diff @@## master #185 +/- ##
=======================================
Coverage 32.92% 32.92% =======================================
Files 9 9 Lines 565 565 =======================================
Hits 186 186 Misses 379 379 
Impacted FilesCoverage Δ
src/layout.jl48.42% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us.

@hdavid16hdavid16 mentioned this pull request Aug 5, 2022
@hdavid16hdavid16 changed the title Fix bug in spring_layoutFix bug in spring_layout (included in PR #186)Aug 5, 2022
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

C kwarg failing in spring_layout

1 participant

@hdavid16