Davíd Brakenhoff

Results 91 comments of Davíd Brakenhoff
trafficstars

Pushing to release after next. I'll be working on models with different frequencies soon, but not before next release.

I can find you a timeseries that is heavily influenced by a river. For step and linear trend I would just create fictitious examples by adding manually.

[oseries_stresses_w_riv.zip](https://github.com/pastas/pastas/files/4360924/oseries_stresses_w_riv.zip) This is a zipfile with: - oseries - prec - evap - river (interpolated between stations to point nearest on river to observation point) This oseries should have significant...

I think it's a "nice-to-have" addition for users. As far as I know, they're just hints that can generally also be picked up by users from the docstring. So not...

Check other stressmodels for behavior and priority between StressModel settings and TimeSeries settings

+1 for option 2 I agree that most users should use pandas to read timeseries (and potentially metadata), then provide those directly to the StressModels, optionally passing metadata and the...

https://matplotlib.org/stable/api/prev_api_changes/api_changes_3.6.0.html#groupers-from-get-shared-x-axes-get-shared-y-axes-will-be-immutable Should be easy enough to fix, I'll take a look

This should be good to go now! Question: since we're autogenerating the release notes these days, is the final PR step still necessary?

I haven't the faintest clue whats going on with the tests now... It seems like some tests are returning None instead of the model object we expect. It might have...