Skip to content

Various bug fixes 2026#531

Merged
AndrewAnnex merged 2 commits intomainfrom
various_bug_fixes_2026
Mar 29, 2026
Merged

Various bug fixes 2026#531
AndrewAnnex merged 2 commits intomainfrom
various_bug_fixes_2026

Conversation

@AndrewAnnex
Copy link
Copy Markdown
Owner

ran black to reformat things resulting in a big but useful diff

various bug fixes including critical ones to errprt and ekuced calling the wrong functions.

various typo fixes and usage fixes

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 29, 2026

Codecov Report

❌ Patch coverage is 94.89796% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 99.60%. Comparing base (7e88390) to head (8784327).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/spiceypy/tests/gettestkernels.py 33.33% 2 Missing ⚠️
src/spiceypy/utils/libspicehelper.py 66.66% 2 Missing ⚠️
src/spiceypy/utils/support_types.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #531      +/-   ##
==========================================
- Coverage   99.61%   99.60%   -0.01%     
==========================================
  Files          17       17              
  Lines       17893    17943      +50     
==========================================
+ Hits        17824    17873      +49     
- Misses         69       70       +1     

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

@AndrewAnnex AndrewAnnex merged commit acffd2f into main Mar 29, 2026
30 of 32 checks passed
AndrewAnnex added a commit that referenced this pull request Apr 5, 2026
Added
 - Pyodide/WebAssembly build support for SpiceyPy (excluding cyice) (#527)
 - `__all__` exports for spiceypy and cyice modules
 - Interactive Pyodide/PyScript-based code examples in Sphinx documentation (#529)
 - Custom Sphinx extension for PyScript editor integration
 - Standalone Python scripts for all doc lesson examples (binary_pck, event_finding, insitu_sensing, other_stuff, remote_sensing)

Changed
 - Updated documentation lessons to be interactive via wasm/pyodide (#529)
 - Updated Cassini example to use Pyodide (#527)
 - Modernized some code examples in docs to use f-strings and other modern Python conventions
 - Updated CMakeLists.txt for Emscripten/wasm cross-compilation support

Fixed
 - Missing spice error check for oscltx (#532)
 - Fixed cell allocation sizes for union and sdiff (#532)
 - Fixed various parameter type annotations from int to float (#532)
 - Fixed errors in errprt and ekuced (#531)
 - Various bug fixes and typo corrections (#531)
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