Skip to content

Commit dbe12c2

Browse files
authored
Merge pull request #896 from blankirigaya/fix/ihs-gwss-cache-name
Fix incorrect cache key in ihs_gwss to prevent cache collisions
2 parents d6e7f33 + 784e707 commit dbe12c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/anopheles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ def ihs_gwss(
727727
) -> Tuple[np.ndarray, np.ndarray]:
728728
# change this name if you ever change the behaviour of this function, to
729729
# invalidate any previously cached data
730-
name = "roh"
730+
name = self._ihs_gwss_cache_name
731731

732732
params = dict(
733733
contig=contig,

0 commit comments

Comments
 (0)