Skip to content

Commit

Permalink
Call validation split 'val' instead of 'validation' in example config (
Browse files Browse the repository at this point in the history
…#28)

call validation split 'val' instead of 'validation' in line with mllam/neural-lam usage

fixes #24
  • Loading branch information
ealerskans authored Oct 30, 2024
1 parent 0458840 commit 534bbc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- change config example to call validation split `val` instead of `validation` [\#28](https://github.com/mllam/mllam-data-prep/pull/28)
- fix typo in install dependency `distributed` ![\#20](https://github.com/mllam/mllam-data-prep/pull/20)
- add missing `psutil` requirement. [\#21](https://github.com/mllam/mllam-data-prep/pull/21).

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ output:
compute_statistics:
ops: [mean, std, diff_mean, diff_std]
dims: [grid_index, time]
validation:
val:
start: 1990-09-06T00:00
end: 1990-09-07T00:00
test:
Expand Down Expand Up @@ -232,7 +232,7 @@ output:
compute_statistics:
ops: [mean, std, diff_mean, diff_std]
dims: [grid_index, time]
validation:
val:
start: 1990-09-06T00:00
end: 1990-09-07T00:00
test:
Expand Down
2 changes: 1 addition & 1 deletion example.danra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ output:
compute_statistics:
ops: [mean, std, diff_mean, diff_std]
dims: [grid_index, time]
validation:
val:
start: 1990-09-06T00:00
end: 1990-09-07T00:00
test:
Expand Down

0 comments on commit 534bbc8

Please sign in to comment.