Skip to content

Commit 83b3019

Browse files
committed
Update TCML_TechnionIIT_lsq_sls_BOBYQA.py
1 parent eb831f1 commit 83b3019

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/standardized/TCML_TechnionIIT_lsq_sls_BOBYQA.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,6 @@ def get_scalar(val):
7878
return float(val.item())
7979
return float(val)
8080

81-
#bounds = ([get_scalar(self.bounds["D"][0]), get_scalar(self.bounds["Dp"][0]),
82-
#get_scalar(self.bounds["f"][0]), get_scalar(self.bounds["S0"][0])],
83-
#[get_scalar(self.bounds["D"][1]), get_scalar(self.bounds["Dp"][1]),
84-
#get_scalar(self.bounds["f"][1]), get_scalar(self.bounds["S0"][1])])
85-
8681
fit_results = self.fit_least_squares(np.array(signals)[:,np.newaxis],bvalues, bounds,min_bval_high=self.thresholds)
8782

8883
results = {}

0 commit comments

Comments
 (0)