File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ class Adir1(AnophelesDataResource):
7171
7272 """
7373
74+ _xpehh_gwss_cache_name = "adir1_xpehh_gwss_v1"
75+ _ihs_gwss_cache_name = "adir1_ihs_gwss_v1"
76+ _roh_hmm_cache_name = "adir1_roh_hmm_v1"
77+
7478 def __init__ (
7579 self ,
7680 url = None ,
Original file line number Diff line number Diff line change @@ -73,8 +73,9 @@ class Af1(AnophelesDataResource):
7373
7474 """
7575
76- _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
77- _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
76+ _xpehh_gwss_cache_name = "af1_xpehh_gwss_v1"
77+ _ihs_gwss_cache_name = "af1_ihs_gwss_v1"
78+ _roh_hmm_cache_name = "af1_roh_hmm_v1"
7879
7980 def __init__ (
8081 self ,
Original file line number Diff line number Diff line change @@ -143,8 +143,9 @@ class Ag3(AnophelesDataResource):
143143
144144 """
145145
146- _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
147- _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
146+ _xpehh_gwss_cache_name = "ag3_xpehh_gwss_v1"
147+ _ihs_gwss_cache_name = "ag3_ihs_gwss_v1"
148+ _roh_hmm_cache_name = "ag3_roh_hmm_v1"
148149
149150 def __init__ (
150151 self ,
Original file line number Diff line number Diff line change @@ -71,8 +71,9 @@ class Amin1(AnophelesDataResource):
7171
7272 """
7373
74- # _xpehh_gwss_cache_name = XPEHH_GWSS_CACHE_NAME
75- # _ihs_gwss_cache_name = IHS_GWSS_CACHE_NAME
74+ _xpehh_gwss_cache_name = "amin1_xpehh_gwss_v1"
75+ _ihs_gwss_cache_name = "amin1_ihs_gwss_v1"
76+ _roh_hmm_cache_name = "amin1_roh_hmm_v1"
7677
7778 def __init__ (
7879 self ,
You can’t perform that action at this time.
0 commit comments