init extra capacity in firm.py
This commit is contained in:
1
orm.py
1
orm.py
@@ -63,6 +63,7 @@ class Experiment(Base):
|
||||
crit_supplier = Column(DECIMAL(8, 4), nullable=False)
|
||||
diff_remove = Column(DECIMAL(8, 4), nullable=False)
|
||||
proactive_ratio = Column(DECIMAL(8, 4), nullable=False)
|
||||
drop_t = Column(Integer, nullable=False)
|
||||
netw_prf_n = Column(Integer, nullable=False)
|
||||
|
||||
sample = relationship(
|
||||
|
||||
Reference in New Issue
Block a user