-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pin DynamicHMC and LogDensityProblems #36
Comments
Hi Chris,
I just removed LogDensityProblems, upgraded DynamicHMC and reinstalled LogDenssity problems once I figured out what `LogDensityProblems = "^0.8.3" in the [Compat] section in Project.toml really meant. My issue was that I had upgraded clip-03.jl in chapter 9 of StatisticalRethinking to used the new LogDensityProblems setup so to run and test that I do need LogDensityProblems v"0.9.0". |
Thanks Rob. I added the constraints to the Compat section of the Project.toml file, but it still crashed. It looks like the constraints couldn't be mutually satisfied. Do you think that means I need to remove the line containing |
It is tricky. That line should be removed if you do ‘rm LogDensityProblems’ when MCMCBenchmarks is activated as project. I’m not on my laptop, so it is difficult to send better instructions. Should be home in about an hour. |
Thanks Rob. I tried removing the line with |
I did an update from the repo to my system and noted LogDensityProblems was missing from the [deps] section on Github. Added it back in. Project.toml can't have a [compat] line for a package not in either [deps] or [extras]. |
The initial step now runs (no tests of course, but it concludes). |
Doc step failed on a typo in the file name functions..md. Fixed that and resubmitted. |
I found other double dots. I'm not sure how that happened. Strange. Well, I pushed those fixes. I wouldn't be surprised if there are more problems with the docs. |
Thanks for your help Rob. It looks like everything is working now. I will finish up the documentation over the rest of the week. |
Hi Chris, Sounds great! Docs is a slow process of improvements over time ... Just for future reference, in the case of StatisticalRethinking, which currently needs LogDensityProblems v"0.9.0", I start Julia with:
It then runs Julia using the project's Project.toml/Manifest.toml. Rob |
We will need to pin DynamicHMC and LogDensityProblems while it is being revised. See Tamas's page for info.
Once I figure out how to do this, hopefully the docs will update.
The text was updated successfully, but these errors were encountered: