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

Community Detection: fix networkx dependency in doctests #2885

Merged
merged 4 commits into from
Jun 23, 2023

Conversation

jsiirola
Copy link
Member

Fixes # .

Summary/Motivation:

This is a follow-on to (and includes) #2884. This resolves doctest failures on OSX/Python 3.7 due to missing :skiptest: directives in the Community Detection docs.

Changes proposed in this PR:

  • Add missing `:skiptest: directives

Legal Acknowledgement

By contributing to this software project, I have read the contribution guide and agree to the following terms and conditions for my contribution:

  1. I agree my contributions are submitted under the BSD license.
  2. I represent I am authorized to make the contributions and grant the license. If my employer has rights to intellectual property that includes these contributions, I represent that I have received permission to make contributions and grant the required license on behalf of that employer.

@codecov
Copy link

codecov bot commented Jun 23, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (91b249e) 87.46% compared to head (848dc13) 87.47%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2885      +/-   ##
==========================================
+ Coverage   87.46%   87.47%   +0.01%     
==========================================
  Files         771      771              
  Lines       89651    89651              
==========================================
+ Hits        78410    78419       +9     
+ Misses      11241    11232       -9     
Flag Coverage Δ
linux 84.52% <ø> (-0.01%) ⬇️
osx 74.59% <ø> (+0.01%) ⬆️
other 84.70% <ø> (+<0.01%) ⬆️
win 82.12% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

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

Copy link
Contributor

@bernalde bernalde left a comment

Choose a reason for hiding this comment

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

Thank you for this, @jsiirola !

@mrmundt mrmundt merged commit 0f14e3c into Pyomo:main Jun 23, 2023
@jsiirola jsiirola deleted the communits-docs-fix branch June 23, 2023 18:49
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.

3 participants