Skip to content
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

Require AbstractMCMC 5 #376

Merged
merged 3 commits into from
Oct 4, 2024
Merged

Require AbstractMCMC 5 #376

merged 3 commits into from
Oct 4, 2024

Conversation

devmotion
Copy link
Member

Since AdvancedHMC uses the keyword argument initial_params and AbstractMCMC 4 used init_params, I think we should require AbstractMCMC 5 which also uses initial_params.

torfjelde
torfjelde previously approved these changes Oct 3, 2024
Copy link
Member

@torfjelde torfjelde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely:)

@@ -1,31 +1,8 @@
[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This I'm uncertain about; did this occur automatically or was it intended? I think this is something maybe @xukai92 @yebai should confirm is okay?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's ok. These packages are already on the deps list for the main package.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test was failing in the first commit since this Project.toml file restricted AbstractMCMC to < 5. However, I noticed that AbstractMCMC is neither loaded nor accessed in the files in this folder at all. Which made me curious, so I searched for all packages in the Project.toml file and removed all of them that do not show up anywhere in research/

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely:)

@devmotion devmotion merged commit f1251f5 into master Oct 4, 2024
16 checks passed
@devmotion devmotion deleted the dw/abstractmcmc branch October 4, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants