Skip to content

Concerns about an Warning Message with groundwater signatures module #747

Answered by dbrakenhoff
mathiastidjani asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mathiastidjani,

The module is operational, but one of the methods is generating a warning. If you look at the code for the recovery constant, you will see that it is attempting to fit an exponential function, and the parameters are bounded. The upper bound is 1000. If the parameter reaches the bound in the optimization, the result might not be correct. In that situation it might worthwhile to explore for yourself whether the result you're seeing is reasonable or not.

def recovery_constant(
series: Series,
bins: int = 300,
normalize: bool = False,
min_event_length: int = 10,
min_n_events:

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by raoulcollenteur
Comment options

You must be logged in to vote
1 reply
@dbrakenhoff
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants