Davíd Brakenhoff
Davíd Brakenhoff
I did some testing and the numba implementation is faster only when parameter _a_ is bigger than 100 (probably a bit less), but then it is much faster given the...
A while back we were getting the same error while running pytest. Then it turned out to be that one of the methods we used to calculate the width of...
There needs to be a method to deal with older pas-files as the parameter defintion of $b$ in HantushWellModel has changed. This should be adjusted on load and print an...
@mbakker7 probably smart to look into that now. The implementation in this PR serves as a good benchmark for comparison purposes.
All for! Or almost anyway: - I'd still like to be able to see the R^2 I think, even for models at the same location (so maybe add a `stat`...
Some psuedo code as an idea... ```python class ModelComparison: def __init__(self, models, axes=None, combine=None): self.models = models if axes is None: # build axes using mosaic feature pass else: self.axes...
- I like the idea of passing in a dataframe to the plot_table, that gives the user all the control they should want, and maybe implement the current behavior in...
Somewhat related, we once discussed an element consisting of a series of wells designed to obtain a certain drawdown at a point. I'm not sure whether this was possible or...
Yea, the idea came from the way vacuum dewatering is implemented, with several wells attached to the same vacuum pump (as far as I know anyway). So multiple wells with...
@mbakker7 I merged the dev branch into mine... I realized too late that master contained the latest changes. Not sure if there were changes on dev that aren't supposed to...