Remove rounding in pyModeS (#147)

* Update bds50.py: round roll to 3 places instead of 1

Provide a bit more detail for smaller roll angles.

* remove rounding

* update poetry

* update poetry

* update test

* update bds06

* update workflow

---------

Co-authored-by: Junzi Sun <junzisun@gmail.com>
This commit is contained in:
Paul de Jong
2023-05-22 17:00:58 +02:00
committed by GitHub
parent 8403cb61e4
commit 50864b56aa
13 changed files with 265 additions and 261 deletions

View File

@@ -65,7 +65,6 @@ jobs:
poetry run pytest tests --cov --cov-report term-missing
- name: Upload coverage to Codecov
if: ${{ github.event_name != 'pull_request_target' }}
uses: codecov/codecov-action@v3
with:
env_vars: PYTHON_VERSION