Skip to content

Commit

Permalink
Remove coll_mult from configs.
Browse files Browse the repository at this point in the history
We are using the default value, so no need to set it explicitly.

PiperOrigin-RevId: 673375813
  • Loading branch information
hamelphi authored and Torax team committed Sep 11, 2024
1 parent 62affca commit eaa6f3e
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,6 @@ The configuration file is also available in ``torax/examples/iterhybrid_rampup.p
'smoothing_sigma': 0.1,
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True,
'include_TEM': True,
'include_ETG': True,
Expand Down
1 change: 0 additions & 1 deletion torax/examples/iterhybrid_predictor_corrector.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
'Demin': 0.05, # minimum electron diffusivity
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/examples/iterhybrid_rampup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
'smoothing_sigma': 0.1,
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/tests/test_data/test_changing_config_after.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
'Demin': 0.05, # minimum electron diffusivity
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/tests/test_data/test_changing_config_before.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
'Demin': 0.05, # minimum electron diffusivity
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/tests/test_data/test_iterbaseline_mockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@
'Demin': 0.05, # minimum electron diffusivity
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle ITG modes on or off
'include_ETG': True, # to toggle ITG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/tests/test_data/test_iterhybrid_mockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@
'Demin': 0.05, # minimum electron diffusivity
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/tests/test_data/test_iterhybrid_newton.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
'Vemax': 10, # minimum electron convection
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
'Demin': 0.05, # minimum electron diffusivity
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/tests/test_data/test_iterhybrid_rampup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
'smoothing_sigma': 0.1,
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down
1 change: 0 additions & 1 deletion torax/tests/test_data/test_iterhybrid_rampup_short.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@
'smoothing_sigma': 0.1,
'qlknn_params': {
'DVeff': True,
'coll_mult': 0.25,
'include_ITG': True, # to toggle ITG modes on or off
'include_TEM': True, # to toggle TEM modes on or off
'include_ETG': True, # to toggle ETG modes on or off
Expand Down

0 comments on commit eaa6f3e

Please sign in to comment.