We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeb7e54 commit 30c0d66Copy full SHA for 30c0d66
torax/_src/core_profiles/tests/initialization_test.py
@@ -237,7 +237,9 @@ def test_initial_psi_from_j_with_bootstrap_is_consistent_with_case_without_boots
237
):
238
_CURRENT_PROFILE_NU = 2
239
_NRHO = 100
240
- _TOL = 3e-2
+ # TODO: Investigate whether tolerance can be reduced by doing a better
241
+ # comparison, e.g. by integrating the j profile.
242
+ _TOL = 4e-2
243
config = default_configs.get_default_config_dict()
244
config['geometry']['geometry_type'] = 'chease'
245
config['geometry']['n_rho'] = _NRHO
0 commit comments