open-space-toolkit icon indicating copy to clipboard operation
open-space-toolkit copied to clipboard

Collection of versatile software libraries for space engineering applications.

Results 15 open-space-toolkit issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Our compile times are kind of long, likely in part because the #include way too many things that we don't...

enhancement

**Is your feature request related to a problem? Please describe.** Add mypy and pylint to ostk-python unit tests and any extra utilities we have in python

enhancement

**Is your feature request related to a problem? Please describe.** Find a way to install openSSL more quickly (so that the container building can happen more quickly in [this MR](https://github.com/open-space-collective/open-space-toolkit/pull/129)),...

enhancement

Now that the build process is much shorter, we can build the base image in one stage because it no longer exceeds the 6 hour CI build limit

**Describe the bug** figure.show("svg") -> figure.show() same as rf interference notebook

bug

**Describe the bug** "svg" in show causes a value error, it works fine without it though. interference_plot.get_figure().show("svg") -> interference_plot.get_figure().show()

bug

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies

**Describe the bug** - Align python binding docstrings with the stub types (since there are currently some discrepancies - Also there are many instances where you cannot use a kwarg...

bug

Improve CI across all repos, including things like: - [ ] - Consider using container jobs - [x] - Use [arm64 hosted runners](https://github.blog/changelog/2025-01-16-linux-arm64-hosted-runners-now-available-for-free-in-public-repositories-public-preview/) -> https://github.com/open-space-collective/open-space-toolkit/pull/176 - [ ] - Minimise...

enhancement