Skip to content

scalar function fixes in cyice - #571

Merged
AndrewAnnex merged 1 commit into
mainfrom
cyice_numpy_0d_array
Aug 23, 2026
Merged

scalar function fixes in cyice#571
AndrewAnnex merged 1 commit into
mainfrom
cyice_numpy_0d_array

Conversation

@AndrewAnnex

Copy link
Copy Markdown
Owner

fixes #569 allowing numpy scalars and 0-d arrays to be used correctly with _s functions in cyice.

fixes string inputs that could cause segfaults as 0-d arrays.

fixes #569 allowing numpy scalars and 0-d arrays to be used correctly
with _s functions in cyice.

fixes string inputs that could cause segfaults as 0-d arrays.
@codecov

codecov Bot commented Aug 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.61%. Comparing base (c8b6da4) to head (4e1986f).
⚠️ Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main     #571    +/-   ##
========================================
  Coverage   99.61%   99.61%            
========================================
  Files          18       19     +1     
  Lines       17981    18094   +113     
========================================
+ Hits        17911    18024   +113     
  Misses         70       70            

☔ 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.

@AndrewAnnex
AndrewAnnex merged commit 29531a1 into main Aug 23, 2026
36 checks passed
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.

Cyice handling of 0-d arrays is incompatible with regular Spiceypy

1 participant