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

throw ArgumentError on transitiveclosure!(::MetaGraph) #90

Merged
merged 4 commits into from
Mar 31, 2025

Conversation

drbergman
Copy link
Contributor

This is responsive to #89

previously, this would not return an error but would not update the underlying graph structure.

Note: simply calling transitiveclosure!(G.graph) also fails as this does not update the metadata, e.g. G.edge_data.

previously, this would not return an error but would not update the underlying graph structure.

Note: simply calling `transitiveclosure!(G.graph)` also fails as this does not update the metadata, e.g. `G.edge_data`.
Copy link

codecov bot commented Mar 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.15%. Comparing base (1ea0c41) to head (f369715).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   90.09%   90.15%   +0.06%     
==========================================
  Files           6        6              
  Lines         323      325       +2     
==========================================
+ Hits          291      293       +2     
  Misses         32       32              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gdalle
Copy link
Member

gdalle commented Mar 27, 2025

can you add tests to ensure code coverage?

@drbergman
Copy link
Contributor Author

added a test. awaiting maintainer approval for testing

Copy link
Member

@gdalle gdalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue is that you didn't extend the function from Graphs, you redefined a new one.

Co-authored-by: Guillaume Dalle <[email protected]>
@drbergman
Copy link
Contributor Author

Oh yeah! Thanks for catching that!

@drbergman drbergman requested a review from gdalle March 30, 2025 02:18
Copy link
Member

@gdalle gdalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@gdalle gdalle merged commit 6861616 into JuliaGraphs:master Mar 31, 2025
5 checks passed
@drbergman drbergman deleted the restrict-transitiveclosure! branch March 31, 2025 11:54
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.

2 participants