Skip to content

Bug in gev uncertainty function - #90

Open
DamienIrving wants to merge 1 commit into
masterfrom
DamienIrving-patch-2
Open

Bug in gev uncertainty function #90
DamienIrving wants to merge 1 commit into
masterfrom
DamienIrving-patch-2

Conversation

@DamienIrving

@DamienIrving DamienIrving commented Aug 20, 2026

Copy link
Copy Markdown
Member

This PR fixes a bug in the gev_confidence_interval function by replacing:
shape, loc, scale = unpack_gev_params(dparams, covariate)
with this:
shape, loc, scale = unpack_gev_params(dparams, return_covariate)

Unfortunately that triggers downstream errors if the function is used with this correction in place, so further work is required on this PR before it can be merged.

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