Open ShazAlvi opened 3 years ago
Hi
According to the error message, it cannot read the file /home/shaz_alvi/Documents/PhD_Codes/class_public/bbn/sBBN_2017.dat
properly. Did you move the CLASS directory after installing? Does the file exist, and does it look fine when you open it?
Cheers, Thomas
Hi,
Yes, I can see the file when I follow the path that it gives here. Moreover, the code works fine when I give just one value of the w0. It is only when a list of w0 parameters is provided that the code gives this error.
On Wed, Apr 21, 2021 at 10:32 AM Thomas Tram @.***> wrote:
Hi
According to the error message, it cannot read the file /home/shaz_alvi/Documents/PhD_Codes/class_public/bbn/sBBN_2017.dat properly. Did you move the CLASS directory after installing? Does the file exist, and does it look fine when you open it?
Cheers, Thomas
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lesgourg/class_public/issues/414#issuecomment-823884135, or unsubscribe https://github.com/notifications/unsubscribe-auth/APD5PLXKSDJMVVJDX4BZRWTTJ2EQ7ANCNFSM43J2REIA .
So, I could not sort out the previous problem. I ended up exporting the out of each instance to a file and reading it later. However, I have run into issue #420 which is similar to this because it also involves multiple instances of CLASS.
Update: Refer to issue #420 for updates on this matter.
I am trying to simply study the Growth factor and other cosmological quantities for different sets of cosmological parameters. I am using the following code,
But I keep getting the following error whenever there is more than one value of DE_Fld in the list.
I am probably doing something silly but I can't see what I am doing wrong here?