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

MAINT: fix CI by fixing scipy and scikit-rf versions #4118

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

SMoraisAnsys
Copy link
Collaborator

@SMoraisAnsys SMoraisAnsys commented Jan 23, 2024

There is a side effect on scikit-rf 0.30.0 as it uses scipy without bounding the version and that method linspace, used by scikit-rf is no longuer available through scipy import in scipy 1.12.0. (see scikit-rf/scikit-rf#1005)

Note: this should be 'reverted' later on to use scikit-rf new version as it should fix the current issue.

Extra note: a commit revert is also added to this PR as it was added on main by mistake and is failing (see 37218a5)

There is a side effect on scikit-rf 0.30.0 as it uses scipy without
bounding the version and that method linspace, used by scikit-rf
is no longuer available through scipy import in scipy 1.12.0.
(see scikit-rf/scikit-rf#1005)

Note: this should be 'reverted' later on to use scikit-rf new
version that should fix that issue.
@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

@github-actions github-actions bot added the maintenance Package and maintenance related label Jan 23, 2024
Copy link
Collaborator

@MaxJPRey MaxJPRey left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (37218a5) 31.08% compared to head (f09eb84) 81.87%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #4118       +/-   ##
===========================================
+ Coverage   31.08%   81.87%   +50.78%     
===========================================
  Files         184      184               
  Lines       63968    63968               
===========================================
+ Hits        19887    52373    +32486     
+ Misses      44081    11595    -32486     

@github-actions github-actions bot added the edb label Jan 23, 2024
@SMoraisAnsys SMoraisAnsys merged commit 980c629 into main Jan 23, 2024
15 checks passed
@SMoraisAnsys SMoraisAnsys deleted the maint/fix-scikit-rf branch January 23, 2024 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants