Skip to content

TemporalNorm with ReVIN learnable parameters #657

TemporalNorm with ReVIN learnable parameters

TemporalNorm with ReVIN learnable parameters #657

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install linters
run: pip install mypy flake8
- name: mypy
run: mypy neuralforecast/
- name: flake8
run: flake8 --select=F neuralforecast/