CAST-genomics / haptools

Ancestry and haplotype aware simulation of genotypes and phenotypes for complex trait analysis
https://haptools.readthedocs.io
MIT License
19 stars 4 forks source link

fix: `Covariates.__init__` after updates to parent class #206

Closed aryarm closed 1 year ago

aryarm commented 1 year ago

we need to call super() on the parent class, not the grandparent class