Skip to content

Commit 8db1d50

Browse files
committed
Fix nowcast directory by adding inits to subdirs
1 parent a17dee8 commit 8db1d50

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

nowcast/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY = venv, lint, test, clean
22

3-
dir = $(shell find ./delphi_* -name __init__.py | grep -o 'delphi_[_[:alnum:]]*')
3+
dir = $(shell find ./delphi_* -name __init__.py | grep -o 'delphi_[_[:alnum:]]* | head -1')
44

55
venv:
66
python3.8 -m venv env

nowcast/delphi_nowcast/deconvolution/__init__.py

Whitespace-only changes.

nowcast/delphi_nowcast/nowcast_fusion/__init__.py

Whitespace-only changes.

nowcast/delphi_nowcast/sensorization/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)