Closed bednya closed 5 years ago
Hi,
I think it's just a typo. It should be:
flavio.Observable['BR(Bs->mumu)'].get_measurements()
By using round brackets, you are effectively creating a new observable that is called 'BR(Bs->mumu)'
, for which there are apparently measurements, but for which no prediction function is defined yet.
Thanks, David!
My fault:( Indeed, square brackets solve the issue:)
Hi @DavidMStraub, I was trying to play with handy getMeasurements(), but encountered a very strange side effect:
The code:
produces the following error on the second call to sm_predictions():
Am I doing something wrong?
All the best, Alexander