Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .update.sh

This file was deleted.

6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test
.PHONY: test clean

test:
# install APEX, see https://github.com/NVIDIA/apex#linux
Expand All @@ -13,3 +13,7 @@ test:

# specific file
# python -m coverage run --source pytorch_lightning -m py.test --flake8 --durations=0 -v -k

clean:
# clean all temp runs
rm -rf $(shell find . -name "mlruns" )