modelskill
modelskill copied to clipboard
Compare results from MIKE and other simulations with measurements
```python ax = cmp.plot.scatter(skill_table=True) fig = ax.get_figure() fig.savefig('../docs/images/scatter_plot.png') ```  🤔
**Before:**  **After:** 
Is is possible to speed up some of these slow tests, or mark them as slow and only run them in CI? ```bash $ pytest --durations=10 =================================================================================== 3.30s call tests/test_metrics.py::test_pr...
By publishing `modelskill` in [Journal of Open Source Software](https://joss.readthedocs.io/en/latest/index.html) we can make it easier for users to properly cite and makes it easier to track. An additional benefit will be...
Seems like it is not possible to create a comparer with dataframes with localized timezone. Exception has occurred: TypeError '.dt' accessor only available for DataArray with datetime64 timedelta64 dtype or...
The current implementation of the scatter plot allows bins to be an integer, i.e. the number of bins or a float, i.e. the bin size, but not as a sequence...
o3 below is altimetry data partly covering the model domain  The warning should only be issued if no points are covering the domain
https://github.com/DHI/fmskill/blob/686b146b776ec948dd44398ee736ca8df2aaa1a5/fmskill/compare.py#L611 Better: `np.mean([np.min(x),np.max(x)])`?
instead of reading the same file n times to extract n point observations