-
Notifications
You must be signed in to change notification settings - Fork 34
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
Daniel/git actions py version #165
Conversation
betaBison
commented
Aug 5, 2024
- adds compatibility for Python 3.12 and removes compatibility for Python 3.8
- updates functions to enable Python 3.12 compatibility
- large expansion of tutorials and documentation
This import was clashing with the interpolate from glp.navdata.operations causing issues when trying to use glp.interpolate, which incorrectly referred to the scipy.interpolate module instead of the glp.interpolate method
Try to add Python 3.12 support as a new action.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v1.0.3 #165 +/- ##
==========================================
- Coverage 99.66% 99.66% -0.01%
==========================================
Files 27 27
Lines 3885 3883 -2
==========================================
- Hits 3872 3870 -2
Misses 13 13 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
…avLab/gnss_lib_py into daniel/git_actions_py_version
Revert the python requirements to ensure compatibility with Google Colab and related uses that require numpy 1.x.
numpy 1.x on MAC OS may not raise a singularity flag where Linux and Windows due. This issue appears to be addressed in numpy 2. Either way, this test should now be more in line with the goals of this test case (i.e., either (a) confirming that the matrix is singular and caught appropriately with nans in the DOP entries or (b) near singular even if the flag is not raised and the relevant DOP entries are non-physical).
Remove the test_singularity_dop print statements now that the tests are passing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All updates are working across platforms and ready to be merged.