Compare commits
2 Commits
nilmtools-
...
nilmtools-
Author | SHA1 | Date | |
---|---|---|---|
eb6d7a8809 | |||
c8be6755ae |
@@ -6,6 +6,7 @@ Prerequisites:
|
|||||||
|
|
||||||
# Runtime and build environments
|
# Runtime and build environments
|
||||||
sudo apt-get install python2.7 python2.7-dev python-setuptools
|
sudo apt-get install python2.7 python2.7-dev python-setuptools
|
||||||
|
sudo apt-get install python-numpy python-scipy python-matplotlib
|
||||||
|
|
||||||
nilmdb (1.3.1+)
|
nilmdb (1.3.1+)
|
||||||
|
|
||||||
|
@@ -23,7 +23,7 @@ def main(argv = None):
|
|||||||
try:
|
try:
|
||||||
args = f.parse_args(argv)
|
args = f.parse_args(argv)
|
||||||
except nilmtools.filter.MissingDestination as e:
|
except nilmtools.filter.MissingDestination as e:
|
||||||
rec = "float32_4"
|
rec = "float32_3"
|
||||||
print "Source is %s (%s)" % (e.src.path, e.src.layout)
|
print "Source is %s (%s)" % (e.src.path, e.src.layout)
|
||||||
print "Destination %s doesn't exist" % (e.dest.path)
|
print "Destination %s doesn't exist" % (e.dest.path)
|
||||||
print "You could make it with a command like:"
|
print "You could make it with a command like:"
|
||||||
|
Reference in New Issue
Block a user