Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Graphs.jl API to access src and dst of an edge #100

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

hdavid16
Copy link
Collaborator

Instead of accessing the struct fields, use src(e) and dst(e)
Closes #80

@codecov-commenter
Copy link

codecov-commenter commented Jan 21, 2023

Codecov Report

Base: 80.38% // Head: 80.38% // No change to project coverage 👍

Coverage data is based on head (441691e) compared to base (664e46e).
Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #100   +/-   ##
=======================================
  Coverage   80.38%   80.38%           
=======================================
  Files           4        4           
  Lines         571      571           
=======================================
  Hits          459      459           
  Misses        112      112           
Impacted Files Coverage Δ
src/interaction.jl 18.25% <0.00%> (ø)
src/recipes.jl 97.51% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@hexaeder hexaeder merged commit c74d3f9 into MakieOrg:master Jan 23, 2023
Sign up for free to 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.

use src(e) instead of e.src
3 participants