Skip to content

Bug fix convert to float64 so that round() does not fail #523

Bug fix convert to float64 so that round() does not fail

Bug fix convert to float64 so that round() does not fail #523

Workflow file for this run

name: "Docs link check"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install pandoc
python -m pip install --upgrade pip
pip install -r rtd_requirements.txt
- name: Check doc links
run: |
sphinx-build . -b linkcheck -d _build/doctrees _build/html
working-directory: ./doc