loc rel1
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import time
|
||||
def chi_sono(unit, tool):
|
||||
print(f'{__name__}: {unit} - {tool}')
|
||||
time.sleep(20)
|
||||
return f'{__name__}: {unit} - {tool}'
|
||||
#!.venv/bin/python
|
||||
from utils.database.loader import load_data
|
||||
from utils.parsers.data_preparation import make_loc_matrix
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def main_loader(cfg, id):
|
||||
matrice_valori = make_loc_matrix(cfg, id)
|
||||
load_data(cfg, matrice_valori)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user