Henrik Andersson
Henrik Andersson
Notebooks will benefit from #378
> How about reducing the file size of some key test data? Sure, the files should as small as possible but no smaller🙄
For now I think I will use https://testmon.org/ to only run tests that are affected by a code change to optimize the developer inner loop and then accept that it...
This is the problem, but I am not certain why this special case was there in the first place. https://github.com/DHI/modelskill/blob/eab37442da2bae385903c22da488671dd5c1227c/modelskill/skill.py#L106
> I can't really make up my mind about this. Somehow I would like it to be like hist etc where you just have a single argument `bins` which can...
To avoid explicitly specifying all members explicitly on aliases we need this PR https://github.com/machow/quartodoc/pull/327 We prefer `PointModelResult` instead of `model.point.PointModelResult` (the location in file system should be irrelevant to the...
Can you explain the relevance of supporting timezones, isn't it enough to to use naive datetime (without tz info) and assume that all data is in the same timezone, similar...
Python + R it makes it possible to get good plots with readable syntax.  ```python import modelskill as ms ... cc = ms.ComparerCollection(cmps) ldf = cc._to_long_dataframe().reset_index() ``` ```r sel_station...
It seems like we are MIKE IO is always considering the coordinates to be cell centers irrespective of CRS. According to: MIKE FAQ on this topic https://faq.dhigroup.com/default.asp?module=MIKE+Zero&ID=284 it seems like...
@Snowthe Is this the behaviour you need? 