Skip to content

Try bumping gpy - #493

Draft
apaleyes wants to merge 7 commits into
mainfrom
andrei/gpy-update
Draft

Try bumping gpy#493
apaleyes wants to merge 7 commits into
mainfrom
andrei/gpy-update

Conversation

@apaleyes

Copy link
Copy Markdown
Collaborator

Issue #, if available: n/a

Description of changes: GPy caught up with numpy>2, let's update!

By far the most common, and the most annoying, error is this:

TypeError: only 0-dimensional arrays can be converted to Python scalars

basically all places that were implicitly converting single valued arrays [1] or even [[1]] to 1 now have to explicitly extract the float

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov

codecov Bot commented Aug 15, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.19%. Comparing base (7cd414c) to head (2319a67).
⚠️ Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #493      +/-   ##
==========================================
+ Coverage   89.10%   89.19%   +0.09%     
==========================================
  Files         137      137              
  Lines        4847     4861      +14     
  Branches      479      477       -2     
==========================================
+ Hits         4319     4336      +17     
+ Misses        402      397       -5     
- Partials      126      128       +2     

☔ View full report in Codecov by Harness.
📢 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.

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.

1 participant