tskit-dev / tsinfer

Infer a tree sequence from genetic variation data.
GNU General Public License v3.0
56 stars 13 forks source link

Replace attrs with dataclasses? #606

Open hyanwong opened 2 years ago

hyanwong commented 2 years ago

We use attrs internally in tsinfer. Should we switch to dataclasses, like in tskit?

jeromekelleher commented 2 years ago

Happy to - probably a straightforward enough change? Conversely, if it's not simple I wouldn't bother.