pierrepo / MalariaSmearSearch

Blood smears database for malaria diagnosis :microscope:
GNU General Public License v3.0
1 stars 0 forks source link

Shouldn't the sample image size be a Int ? #168

Closed pierrepo closed 7 years ago

pierrepo commented 7 years ago

From model.py, we have:

size = db.Column(db.Float)
width = db.Column(db.Integer)
height = db.Column(db.Integer)
sha256 = db.Column(db.Text)

Shoudn't be the size defined as an Int?

size = db.Column(db.Integer)
pierrepo commented 7 years ago

@Athenais did you have a look to this one?

nanls commented 7 years ago

oh, yes : you're rigth.