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

update progenitor #904

Merged
merged 2 commits into from
Nov 5, 2024
Merged

update progenitor #904

merged 2 commits into from
Nov 5, 2024

Conversation

ahl
Copy link
Collaborator

@ahl ahl commented Nov 5, 2024

Comment on lines 25976 to +25979
#[serde(rename = "integer_distribution")]
IntegerDistribution(Vec<Distributionint64>),
IntegerDistribution(Vec<Option<Distributionint64>>),
#[serde(rename = "double_distribution")]
DoubleDistribution(Vec<Distributiondouble>),
DoubleDistribution(Vec<Option<Distributiondouble>>),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

these seem to be the only two places where actual code is impacted

@ahl ahl merged commit 7a57468 into main Nov 5, 2024
16 checks passed
@ahl ahl deleted the progen-update branch November 5, 2024 00:33
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.

1 participant