Skip to content

CovModels: limit exponent shape parameters to 50 to prevent numerical errors#147

Merged
MuellerSeb merged 1 commit intodevelopfrom
covmodel_arg_bounds_fix
Mar 23, 2021
Merged

CovModels: limit exponent shape parameters to 50 to prevent numerical errors#147
MuellerSeb merged 1 commit intodevelopfrom
covmodel_arg_bounds_fix

Conversation

@MuellerSeb
Copy link
Member

@MuellerSeb MuellerSeb commented Mar 22, 2021

Some models with shape parameters could run into numerical errors during variogram fitting, since their shape parameters had no upper bound.

Namely:

  • TPLSimple
  • SuperSpherical
  • JBessel
  • Rational

The new default upper bound for the shape parameter of these models is 50. (Can still be changed by the user)

@MuellerSeb MuellerSeb added bug Something isn't working Performance Performance related stuff. labels Mar 22, 2021
@MuellerSeb MuellerSeb added this to the 1.3 milestone Mar 22, 2021
@MuellerSeb MuellerSeb requested a review from LSchueler March 22, 2021 20:34
@MuellerSeb MuellerSeb self-assigned this Mar 22, 2021
@MuellerSeb
Copy link
Member Author

CI currently failing for linux wheels because of this: https://status.quay.io/

Copy link
Member

@LSchueler LSchueler left a comment

Choose a reason for hiding this comment

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

Let's get this thing stable!

@MuellerSeb MuellerSeb merged commit 94aa49a into develop Mar 23, 2021
@MuellerSeb MuellerSeb deleted the covmodel_arg_bounds_fix branch March 23, 2021 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Performance Performance related stuff.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants