Skip to content

Commit

Permalink
[bvlnu] Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Oct 18, 2018
1 parent 4c52093 commit c86c880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavio/physics/bdecays/test_bvlnu.py
Expand Up @@ -91,7 +91,7 @@ def test_bdstau_binned(self):

def test_FL(self):
self.assertAlmostEqual(flavio.sm_prediction('<FL>(B0->D*taunu)', 3.15, 10.71),
0.46, delta=0.02)
0.46, delta=0.022)
self.assertAlmostEqual(flavio.sm_prediction('FLtot(B0->D*taunu)'),
flavio.sm_prediction('<FL>(B0->D*taunu)', 3.15, 10.71),
delta=0.001)

0 comments on commit c86c880

Please sign in to comment.