stan-dev / posteriordb

Database with posteriors of interest for Bayesian inference
181 stars 36 forks source link

GitHub actions #210

Closed ahartikainen closed 3 years ago

ahartikainen commented 3 years ago

Move testing under Github Actions.

ahartikainen commented 3 years ago

I will clean the commits after we fix the R tests.

There is some error with github access which causes some tests to fail.

ahartikainen commented 3 years ago

I think this starts to look good.

Is there a command like pip freeze to see all the installed packages and their versions? I have find this very useful when things break (easy to find versions which don't fail and then compare against failing ones). And usually just printing them out is enough.

MansMeg commented 3 years ago

Sure. sessionInfo() is usually sufficient. Ill give it a try.

ahartikainen commented 3 years ago

I somehow feel that the cache part is not currently correct (I mean my "fix" is not correct, or does it need some hash)