JonJala / mama

MIT License
13 stars 4 forks source link

small python3 compatibility issue #5

Closed ggoldman1 closed 3 years ago

ggoldman1 commented 3 years ago

I noticed something very small while trying to generate some ld scores today. This isn't an issue when run in python2.x, but with 3.x it needs to be cast to a list first.

JonJala commented 3 years ago

Nice! Thanks for catching that!