issues
search
ESI-FAR
/
TeSoPs-ELECTRIcity_NILM
Load disaggregation of household power consumption
MIT License
1
stars
1
forks
source link
Initial cleanup: paths and imports
#11
Closed
sjvrijn
closed
7 months ago
sjvrijn
commented
7 months ago
closes #3
All hardcoded (relative) paths have been wrapped in
pyprojroot.here()
Path definitions in the arg-parser have been wrapped in
pyprojroot.here()
All occurrences of
.joinpath()
have been replaced by
/
syntax
All
from ... import *
have been made explicit
All unused imports (as indicated by PyCharm) have been removed
closes #3
pyprojroot.here()
pyprojroot.here()
.joinpath()
have been replaced by/
syntaxfrom ... import *
have been made explicit