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
ret = x.RunComputeProfiles(0, 1e-4)
print "RunComputeProfiles:", ret
ret = x.RunVIP(sdbeg_min, sdbeg_max)
print "RunVIP:", ret
Yields incorrect VIP results (because RunComputeProfiles affects x in a way that RunVIP does not detect). We should make the two independent in the future.
The text was updated successfully, but these errors were encountered:
In the current version,
Yields incorrect VIP results (because RunComputeProfiles affects x in a way that RunVIP does not detect). We should make the two independent in the future.
The text was updated successfully, but these errors were encountered: