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
self.vega=VegaInterface('simple_example/complex_main.ini') # Creates an instance of VegaInterface with a configuration file containing cosmological or model parameters
22
-
self.effective_redshift=2.3
23
-
self.k_grid=np.logspace(-4,2,700) # grid of scales for power spectrum
21
+
self.vega=VegaInterface('cobaya_interface/configs/complex_main.ini') # Creates an instance of VegaInterface with a configuration file containing cosmological or model parameters
22
+
self.effective_redshift=2.33
23
+
self.k_grid=np.logspace(-4,3.061640934061686,814) #np.logspace(-4,2,700) # grid of scales for power spectrum
0 commit comments