Skip to content

Commit

Permalink
Update biomassters.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RituYadav92 authored Sep 22, 2024
1 parent 049964c commit 7461e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datasets/biomassters.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

def read_imgs(multi_temporal, temp , fname, data_dir, img_size):
imgs_s1, imgs_s2, mask = [], [], []
if multi_temporal:
month_list = list(range(12))
if multi_temporal==1:
month_list = [temp]
else:
month_list = [temp]
month_list = list(range(12))

for month in month_list:

Expand Down

0 comments on commit 7461e2d

Please sign in to comment.