Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
dianaclarke committed Sep 3, 2021
1 parent 5f112ae commit e7cd143
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conbench/entities/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ class Machine(Base, EntityMixin):
gpu_count = Nullable(s.Integer, check("gpu_count>=0"), default=0)
gpu_product_names = Nullable(postgresql.ARRAY(s.Text), default=[])

# TODO: Does GPU count belong in the hash?

@hybrid_property
def hash(self):
return (
Expand Down

0 comments on commit e7cd143

Please sign in to comment.