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:
1
.github/workflows/run-tests.yml
vendored
1
.github/workflows/run-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user