You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use your library, which I think can be extremely useful. I would like to access the actual results from the calculations (rather than just get the plots using makeoptimizationplots as you describe in the manual), and from your code it seems like this would be done by optandcalcCCM. As I was getting very different results using each function, I went into the source code. There seem to be two differences in how the results are calculated, which makes me suspect one of them can be a bug.
Hi,
I've been trying to use your library, which I think can be extremely useful. I would like to access the actual results from the calculations (rather than just get the plots using
makeoptimizationplots
as you describe in the manual), and from your code it seems like this would be done byoptandcalcCCM
. As I was getting very different results using each function, I went into the source code. There seem to be two differences in how the results are calculated, which makes me suspect one of them can be a bug.optandcalcCCM
:corresponds, in
makeoptimizationplots
, to:which I suspect might not be desired.
calcCCM
inmakeoptimizationplots
, you set a parameterlib_start=1
, which is not done in the corresponding calls inoptandcalcCCM
.The text was updated successfully, but these errors were encountered: