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
This is Himanshu from IIT Bombay. I am having an issue when I am running the recommended command "galaxia -s warp", I get following error.
$ galaxia -s warp
Galaxia-v0.81
CODEDATAPATH=/home/himanshu/GalaxiaData/
Reading tabulated values from file- /home/himanshu/GalaxiaData/Model/vcirc.dat
Error opening file: /home/rybizki/Programme/GalaxiaData/Model/population_parameters_BGM_update.ebf
terminate called after throwing an instance of 'std::logic_error'
what(): EBF Error from EBF::open(): probably not an ebf file
Aborted (core dumped)
System info: UBUNTU 20.04.2 LTS, Python3
Could you please help to figure this out.
Thank you!
Himanshu
The text was updated successfully, but these errors were encountered:
The following worked for me
Open /path/to/galaxia-0.8.1_gedr3mock/src/Galaxia.cpp and modify the lines 410 and 411 ebf::Read(...) to match the path to a local GalaxiaData folder.
Recompile, make and install
./configure --prefix=home/user/sw --datadir=/home/user/GalaxiaData
make
make install
galaxia -s warp
Hi,
This is Himanshu from IIT Bombay. I am having an issue when I am running the recommended command "galaxia -s warp", I get following error.
$ galaxia -s warp
Galaxia-v0.81
CODEDATAPATH=/home/himanshu/GalaxiaData/
Reading tabulated values from file- /home/himanshu/GalaxiaData/Model/vcirc.dat
Error opening file: /home/rybizki/Programme/GalaxiaData/Model/population_parameters_BGM_update.ebf
terminate called after throwing an instance of 'std::logic_error'
what(): EBF Error from EBF::open(): probably not an ebf file
Aborted (core dumped)
System info: UBUNTU 20.04.2 LTS, Python3
Could you please help to figure this out.
Thank you!
Himanshu
The text was updated successfully, but these errors were encountered: