Skip to content

Commit

Permalink
Merge branch 'main' into strongly_typed
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller authored Nov 21, 2024
2 parents ffcc36d + 6b78e10 commit 730dec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
[![Full test](https://github.com/DHI/mikeio/actions/workflows/full_test.yml/badge.svg)](https://github.com/DHI/mikeio/actions/workflows/full_test.yml)
[![PyPI version](https://badge.fury.io/py/mikeio.svg)](https://badge.fury.io/py/mikeio)
![OS](https://img.shields.io/badge/OS-Windows%20%7C%20Linux-blue)
![Downloads](https://img.shields.io/pypi/dm/mikeio)



Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.

Expand Down
2 changes: 1 addition & 1 deletion docs/examples/Time-interpolation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ A common metric for model validation is mean absolute error (MAE).

In the example below we calculate this metric using the model data interpolated to the observed times.

For a more elaborate model validation library which takes care of these things for you as well as calculating a number of relevant metrics, take a look at [`ModelSkill](https://dhi.github.io/modelskill).
For a more elaborate model validation library which takes care of these things for you as well as calculating a number of relevant metrics, take a look at [ModelSkill](https://dhi.github.io/modelskill).

Use `np.nanmean` to skip NaN.

Expand Down

0 comments on commit 730dec1

Please sign in to comment.