You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following discussion in #173, we will use ResourceStack for stacking resources. Nested tip racks are a special case and will get a NestedTipRackStack(ResoruceStack) class, exposing convenience methods like count_tips, and in the future a nice async generator. We will also introduce a NestedTipRack(TipRack) class that has a nesting_height: float property.
Following discussion in #173, we will use
ResourceStack
for stacking resources. Nested tip racks are a special case and will get aNestedTipRackStack(ResoruceStack)
class, exposing convenience methods likecount_tips
, and in the future a nice async generator. We will also introduce aNestedTipRack(TipRack)
class that has anesting_height: float
property.@BioCam will be working on this
The text was updated successfully, but these errors were encountered: