Skip to content

Commit 33b8535

Browse files
authored
Merge pull request #651 from malariagen/GH591_update_cache_names
Update cache names
2 parents 73ae392 + 19f197a commit 33b8535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

malariagen_data/anoph/h12.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ def h12_gwss(
309309
) -> Tuple[np.ndarray, np.ndarray, np.ndarray]:
310310
# Change this name if you ever change the behaviour of this function, to
311311
# invalidate any previously cached data.
312-
name = "h12_gwss_contig_v1"
312+
name = "h12_gwss_v2"
313313

314314
params = dict(
315315
contig=contig,

malariagen_data/anoph/h1x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def h1x_gwss(
131131
) -> Tuple[np.ndarray, np.ndarray, np.ndarray]:
132132
# Change this name if you ever change the behaviour of this function, to
133133
# invalidate any previously cached data.
134-
name = "h1x_gwss_contig_v1"
134+
name = "h1x_gwss_v2"
135135

136136
params = dict(
137137
contig=contig,

0 commit comments

Comments
 (0)