Skip to content

Commit

Permalink
#6
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk1999s committed Mar 24, 2022
1 parent 021ff01 commit 0092bcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions simbev/main_simbev.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,14 +383,12 @@ def temperture_adapting(start_date, end_date):
datume = date(int(yeare), int(monthe), int(daye))
days_in_period = (datume - datums).days

list1 = []
for z, it in enumerate(temperature['date']):
date_need = it[:5]
if date_need == startdate:
start_i = z
if date_need == enddate:
end_i = z
list1.append(date_need)

temp = []
for i in temperature['tavg']:
Expand Down

0 comments on commit 0092bcc

Please sign in to comment.