Skip to content

Minor typos in mathematical definitions in intro_to_gps.py #489

Minor typos in mathematical definitions in intro_to_gps.py

Minor typos in mathematical definitions in intro_to_gps.py #489

Workflow file for this run

name: Check linting
on:
pull_request:
push:
branches:
- main
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.2
- uses: chartboost/ruff-action@v1