Skip to content

Conversation

@jtec
Copy link
Owner

@jtec jtec commented Dec 2, 2025

Adds a Makefile with test target, you can now run all tests with

make test

or

make tests

instead of the long pytest command.

@jtec jtec requested a review from plutonheaven December 2, 2025 13:11
position_offset = pt_lsq[0:3, :] - np.array(
metadata["approximate_receiver_ecef_position_m"]
).reshape(-1, 1)
# Static receiver, so:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment was outdated.

# Install a specific version of uv.
version: "0.5.25"

- name: "Set up Python"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

managed by uv

uses: astral-sh/setup-uv@v7
with:
# Install a specific version of uv.
version: "0.5.25"
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No reason not to use the latest version.

@jtec jtec merged commit 19e38be into main Dec 2, 2025
3 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.

3 participants