Skip to content

Commit

Permalink
Removing specifying the 53 auto generated
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckinghamAJ committed May 23, 2023
1 parent 6419e27 commit c7cb2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fbo_scraper/db/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class Attachment(Base):
machine_readable = Column(Boolean)
attachment_text = Column(Text)
prediction = Column(Integer)
decision_boundary = Column(Float(53))
decision_boundary = Column(Float)
validation = Column(Integer)
attachment_url = Column(Text)
trained = Column(Boolean)
Expand Down

0 comments on commit c7cb2ff

Please sign in to comment.