Commit d78e23e
committed
Fix ihs_gwss using wrong cache key "roh" instead of self._ihs_gwss_cache_name
Fixes #886. The ihs_gwss method was using a hardcoded cache name "roh"
(belonging to runs-of-homozygosity) instead of the class-defined
_ihs_gwss_cache_name property, risking silent cache collisions and
incorrect results being returned from the cache.1 parent be2fb95 commit d78e23e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1365 | 1365 | | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | | - | |
| 1368 | + | |
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
| |||
0 commit comments