Skip to content

Commit

Permalink
Changing test_settings to turn on all kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldenes committed Jun 4, 2024
1 parent 6d87169 commit 45654c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_data/test_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"use_3D": true,
"allow_time_extrapolation": true,
"verbose_delete": false,
"use_mixing": false,
"use_biofouling": false,
"use_stokes": false,
"use_wind": false,
"use_mixing": true,
"use_biofouling": true,
"use_stokes": true,
"use_wind": true,
"ocean": {
"modelname": "NEMO0083",
"directory": "tests/test_data/",
Expand Down

0 comments on commit 45654c3

Please sign in to comment.