Skip to content

Commit 7fce9bb

Browse files
committed
Revert cache name for biallelic_diplotypes. (Function behaviour unchanged.)
1 parent 65fd83c commit 7fce9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

malariagen_data/anoph/snp_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1847,7 +1847,7 @@ def biallelic_diplotypes(
18471847
) -> Tuple[np.ndarray, np.ndarray]:
18481848
# Change this name if you ever change the behaviour of this function, to
18491849
# invalidate any previously cached data.
1850-
name = "biallelic_diplotypes_v2"
1850+
name = "biallelic_diplotypes"
18511851

18521852
## Normalize params for consistent hash value.
18531853

0 commit comments

Comments
 (0)