Skip to content

Commit 19f197a

Browse files
authored
Update h1x_gwss cache name
1 parent c3483fe commit 19f197a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)