radmaker
Results
1
comments of
radmaker
In one of the examples the error of the fit is calculated with the absolute value in the denominator: res_meas_real = (Z - meas_model.predict(f)).real/np.abs(Z) res_meas_imag = (Z - meas_model.predict(f)).imag/np.abs(Z) Would't...