HenrikSpa

Results 23 issues of HenrikSpa

I filtered dates and pressing "Update input fields" caused: > File "...\midvatten\tools\import_fieldlogger.py", line 737, in update_parameter_imports > child.deleteLater() > RuntimeError: wrapped C/C++ object of type QWidget has been deleted

bug

It struck me that it might be possible to make solving models faster by caching stressmodel contributions that are not calibrated (all parameter have vary=False). There might be something I'm...

When a TimeSeries is created for an observed series (using `settings = 'oseries'`), the series is validated as a non-equidistant series: https://github.com/pastas/pastas/blob/cfe72569124f60c1bd99feec21ac79a81a2a4810/pastas/timeseries.py#L111-L113 However, when trying to replace this series using...

enhancement