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

Fix redundant definition of getstats(t::Any) #2043

Closed
wants to merge 1 commit into from
Closed

Conversation

yebai
Copy link
Member

@yebai yebai commented Jul 18, 2023

The getstats(t::Any) is defined twice in the following lines:

getstats(t) = nothing

getstats(transition) = NamedTuple()

@yebai yebai requested a review from JaimeRZP July 18, 2023 11:29
Copy link
Member

@devmotion devmotion left a comment

Choose a reason for hiding this comment

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

IIRC we discussed in #2030 that the definition in abstractmcmc.jl should be removed since it was not consistent with the existing behaviour of setting metadata to nothing?

@yebai
Copy link
Member Author

yebai commented Jul 18, 2023

Closed in favor of #2044

@yebai yebai closed this Jul 18, 2023
@yebai yebai deleted the yebai-patch-2 branch July 18, 2023 18:49
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.

2 participants