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

Add Exponential distribution to model/transforms/autoreparam.py #365

Merged
merged 5 commits into from
Jul 19, 2024

Conversation

ferrine
Copy link
Member

@ferrine ferrine commented Jul 19, 2024

Closes #364

size=size,
rng=rng,
)
vip_rv_value_ = vip_rv_.clone()
Copy link
Member

Choose a reason for hiding this comment

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

I think clone accepts name as kwarg if you want to save one line

@ricardoV94 ricardoV94 added the enhancements New feature or request label Jul 19, 2024
@ricardoV94
Copy link
Member

@ferrine can you write a more descriptive title so someone reading the release notes has an idea what it is about?

@ferrine ferrine changed the title Feature/exponential autoreparam Add Exponential distribution autoreparam model/transforms/autoreparam.py Jul 19, 2024
@ferrine ferrine changed the title Add Exponential distribution autoreparam model/transforms/autoreparam.py Add Exponential distribution model/transforms/autoreparam.py Jul 19, 2024
@ferrine ferrine changed the title Add Exponential distribution model/transforms/autoreparam.py Add Exponential distribution to model/transforms/autoreparam.py Jul 19, 2024
@ricardoV94
Copy link
Member

@ferrine we moved tests to the root folder, can you rebase?

@ferrine ferrine force-pushed the feature/exponential-autoreparam branch from 54b88c9 to 162e496 Compare July 19, 2024 14:27
@ferrine ferrine merged commit d50742d into main Jul 19, 2024
8 checks passed
@ferrine ferrine deleted the feature/exponential-autoreparam branch July 19, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancements New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autoreparam Exponential distribution
2 participants