Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed May 15, 2020
1 parent c9ea899 commit 21a56ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camb/tests/camb_test.py
Expand Up @@ -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()
Expand Down

0 comments on commit 21a56ef

Please sign in to comment.