Browse Source

1st commit

master
sacha.serny 3 years ago
parent
commit
dfc900f9c5
  1. 2
      py_main.py

2
py_main.py

@ -16,7 +16,7 @@ def lecture(name):
return(np.array(lst_date), np.array(lst_conso), np.array(lst_t_moy), np.array(lst_t_ref))
def numero_jour (date):
"""NON FAIT"""
return int(date.split("-")[2])
def distance (pos1, pos2):

Loading…
Cancel
Save