proactive strategy exp
This commit is contained in:
1
orm.py
1
orm.py
@@ -63,6 +63,7 @@ class Experiment(Base):
|
||||
cap_limit = Column(Integer, nullable=False)
|
||||
diff_new_conn = Column(DECIMAL(8, 4), nullable=False)
|
||||
diff_remove = Column(DECIMAL(8, 4), nullable=False)
|
||||
proactive_ratio = Column(DECIMAL(8, 4), nullable=False)
|
||||
|
||||
sample = relationship(
|
||||
'Sample', back_populates='experiment', lazy='dynamic')
|
||||
|
||||
Reference in New Issue
Block a user