We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985e427 commit e28a8b2Copy full SHA for e28a8b2
src/poli/objective_repository/dms_gb1/isolated_function.py
@@ -88,7 +88,7 @@ def __init__(
88
89
self.dms_df = self._load_dms_data()
90
91
- self.x0 = np.array(list(self.dms_df.iloc[self.wt].value))
+ self.x0 = np.array(list(self.wt))[None,:]
92
93
def _load_dms_data(self) -> pd.DataFrame:
94
return pd.read_csv(THIS_DIR / "assets" / "fitness.csv")
src/poli/objective_repository/dms_trpb/isolated_function.py
@@ -77,7 +77,7 @@ def __init__(
77
78
79
80
81
82
83
0 commit comments