Skip to content

Commit

Permalink
WIP fix pydantic for basic config
Browse files Browse the repository at this point in the history
  • Loading branch information
VeraChristina committed Feb 24, 2025
1 parent bc3a9f9 commit 41a0cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/integration/basic_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:
- training: default
- _self_

no_validation: True
no_validation: False
# diagnostics:
# plot:
# callbacks: []
Expand All @@ -18,7 +18,6 @@ hardware:
graph: test_graph.pt
paths:
data: https://object-store.os-api.cci1.ecmwf.int/ml-tests/test-data/samples/anemoi-integration-tests
grids: null
output: ${oc.env:PWD}/tmp_output/

# number of GPUs per node and number of nodes (for DDP)
Expand Down

0 comments on commit 41a0cdd

Please sign in to comment.