Closed maria-vincenzi closed 4 years ago
Try moving your ini files into a directory called "cosmomc_templates" inside the location DATA_DIRS is pointing to. Ill add code to make this explicitly setable as well.
Great!! thanks!
Have added an explicit way in the last commit to specify the ini dir. See the readme here for an example: https://github.com/Samreay/Pippin#create-covariance
Changes are live on midway
Hello, I have an issue with adding new cosmomc .ini templates. I added at the top ok my script the lines:
and in the section CREATE_COV and COSMOMC I have:
However this is not working. I think the problem is that all the .ini files are created at the step CREATE_COV. They are built from the templates available in
data_files/cosmomc_templates
and they are stored in theoutput
folder in7_CREATE_COV
. At this stage the code doesn't know that there's an extra cosmomc template in my own folder. At step 8, I specified that I want the .ini file my_own_ini. However pippin cannot find in 7_CREATE_COV the .ini file matching the stringmy_own_ini
. Is there a way to get around this? Thanks!!