Closed aryarm closed 1 year ago
mentioned in #19
Changes the type of the samples parameter in the data.Phenotypes.read and data.Phenotypes.__iter__ methods to a set
data.Phenotypes.read
data.Phenotypes.__iter__
This is just a bit more efficient. Instead of converting the argument to a set internally, we just rely upon it being a set to begin with.
mentioned in #19
Changes the type of the samples parameter in the
data.Phenotypes.read
anddata.Phenotypes.__iter__
methods to a setThis is just a bit more efficient. Instead of converting the argument to a set internally, we just rely upon it being a set to begin with.