-
Notifications
You must be signed in to change notification settings - Fork 8
Adds Makefile #203
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
Adds Makefile #203
Conversation
| position_offset = pt_lsq[0:3, :] - np.array( | ||
| metadata["approximate_receiver_ecef_position_m"] | ||
| ).reshape(-1, 1) | ||
| # Static receiver, so: |
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.
Comment was outdated.
| # Install a specific version of uv. | ||
| version: "0.5.25" | ||
|
|
||
| - name: "Set up Python" |
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.
managed by uv
| uses: astral-sh/setup-uv@v7 | ||
| with: | ||
| # Install a specific version of uv. | ||
| version: "0.5.25" |
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.
No reason not to use the latest version.
Adds a Makefile with
testtarget, you can now run all tests withor
instead of the long pytest command.