mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
removing some temp code
This commit is contained in:
parent
0692140acf
commit
d14c73ef66
1 changed files with 0 additions and 3 deletions
|
|
@ -29,9 +29,6 @@ def app():
|
||||||
|
|
||||||
# List all subdirectories
|
# List all subdirectories
|
||||||
directories = [entry for entry in DATA_DIRECTORY.iterdir() if entry.is_dir()]
|
directories = [entry for entry in DATA_DIRECTORY.iterdir() if entry.is_dir()]
|
||||||
# temp
|
|
||||||
needed = {'E09000030', 'E09000028', 'E09000013', 'E09000012', 'E09000014'}
|
|
||||||
directories = [d for d in directories if any(n in d.name for n in needed)]
|
|
||||||
|
|
||||||
dataset = []
|
dataset = []
|
||||||
cleaning_dataset = []
|
cleaning_dataset = []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue