Skip to content

Replaced assertion in BN forward folding tests from direct tensors comparison to norm MSE to prevent occasional failures #296

Replaced assertion in BN forward folding tests from direct tensors comparison to norm MSE to prevent occasional failures

Replaced assertion in BN forward folding tests from direct tensors comparison to norm MSE to prevent occasional failures #296

Workflow file for this run

name: Check Markdown and doc links
on:
workflow_dispatch: # Allow manual triggers
pull_request:
branches:
- main
jobs:
link-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python 3
uses: actions/setup-python@v1
with:
python-version: 3.10.*
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install requests
- name: Run unittests
run: |
python -m unittest tests/doc_tests/test_docs_links.py -v