Skip to content

Commit 708fdc0

Browse files
Bordas-rog
andcommitted
add make cmd - clean (#5204)
Co-authored-by: Roger Shieh <[email protected]>
1 parent 90f3882 commit 708fdc0

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

.update.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: test
1+
.PHONY: test clean
22

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

1414
# specific file
1515
# python -m coverage run --source pytorch_lightning -m py.test --flake8 --durations=0 -v -k
16+
17+
clean:
18+
# clean all temp runs
19+
rm -rf $(shell find . -name "mlruns" )

0 commit comments

Comments
 (0)