Skip to content

Commit c3483fe

Browse files
authored
Update h12_gwss cache name
1 parent 73ae392 commit c3483fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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,

0 commit comments

Comments
 (0)