test deprecated - model (#1074)

* pylint

* model API

* update test

* formatting

* disable logger

* fix checking overwrite

* fix test

* typo

* deprecated model

* fix for DDP

* drop Flake8 in GH actions

* Update pytorch_lightning/trainer/evaluation_loop.py

* fix imports

Co-authored-by: Nic Eggert <nic@eggert.io>
This commit is contained in:
Jirka Borovec
2020-03-20 20:51:14 +01:00
committed by GitHub
co-authored by Nic Eggert
parent 792962ecc9
commit 3be81cb54e
8 changed files with 88 additions and 33 deletions
+3 -2
View File
@@ -65,13 +65,14 @@ jobs:
pip --version
pip list
- name: Lint and Tests
- name: Tests
# env:
# TOXENV: py${{ matrix.python-version }}
run: |
# tox --sitepackages
flake8 .
# flake8 .
coverage run --source pytorch_lightning -m py.test pytorch_lightning tests pl_examples -v --doctest-modules --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml
coverage report
- name: Upload pytest test results
uses: actions/upload-artifact@master