ja-vazquez / SimpleMC

Updated version of a simple MCMC code for cosmological parameter estimation where only expansion history matters.
GNU General Public License v2.0
21 stars 14 forks source link

Setup to pypy and cdir in likelihoods #20

Closed igomezv closed 2 years ago

igomezv commented 2 years ago

In this PR the proposals go in the direction of uploading the code to pypy. In this sense, some files such as manifest, setup, requirements and readme are modified. On the other hand, in order to read the data files from the relative path of the end user, we generate a variable called cdir and it has been imported in several likelihood classes.