From 21a56ef020fe142900fece27b51a07d0bf3c204c Mon Sep 17 00:00:00 2001 From: Antony Lewis Date: Fri, 15 May 2020 18:25:28 +0100 Subject: [PATCH] update tests --- camb/tests/camb_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camb/tests/camb_test.py b/camb/tests/camb_test.py index c71952b8..3f0c5fa5 100644 --- a/camb/tests/camb_test.py +++ b/camb/tests/camb_test.py @@ -92,7 +92,7 @@ def testAssigments(self): 'cosmomc_theta', 'YHe', 'wa', 'cs2', 'H0', 'mnu', 'Alens', 'TCMB', 'ns', 'nrun', 'As', 'nt', 'r', 'w', 'omch2'}) params2 = camb.get_valid_numerical_params(dark_energy_model='AxionEffectiveFluid') - self.assertEqual(params2.difference(params), {'om', 'w_n', 'a_c'}) + self.assertEqual(params2.difference(params), {'om', 'w_n', 'a_c', 'theta_i'}) def testBackground(self): pars = camb.CAMBparams()