drop proactive + analysis

This commit is contained in:
2023-08-18 22:35:48 -04:00
parent 70a2d7da51
commit f3f50accaa
34 changed files with 20785 additions and 8284 deletions

1
orm.py
View File

@@ -60,7 +60,6 @@ class Experiment(Base):
cap_limit_prob_type = Column(String(16), nullable=False)
cap_limit_level = Column(DECIMAL(8, 4), nullable=False)
diff_new_conn = Column(DECIMAL(8, 4), nullable=False)
proactive_ratio = Column(DECIMAL(8, 4), nullable=False)
remove_t = Column(Integer, nullable=False)
netw_prf_n = Column(Integer, nullable=False)