Skip to content

Commit

Permalink
Merge pull request #10 from tejtw/v1.1.2rc0
Browse files Browse the repository at this point in the history
Update Map_Dask_API.py
  • Loading branch information
Han860207 authored Apr 17, 2024
2 parents f71a8f4 + 55021b6 commit 9535fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TejToolAPI/Map_Dask_API.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def parallize_annd_process(data, annd = 'annd'):
# print(uni_dates)

# 傳入 ExchangeCalendar 物件
result = vectorized_annd_adjusted(para.exc, uni_dates, False)
result = vectorized_annd_adjusted(para.exc, uni_dates, True)

# Create a mapping dictionary
dict_map = {uni_dates[i]:result[i] for i in range(len(result))}
Expand Down Expand Up @@ -727,4 +727,4 @@ def get_fin_data(self, table, ticker, columns, start, end , fin_type, npartition
)

return datasets


0 comments on commit 9535fe4

Please sign in to comment.