Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set tolerance to 5 for non-topoaa modules #1004

Merged
2 changes: 1 addition & 1 deletion src/haddock/modules/refinement/emref/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ keepwater:
group: 'sampling'
explevel: guru
tolerance:
default: 0
default: 5
type: integer
min: 0
max: 99
Expand Down
2 changes: 1 addition & 1 deletion src/haddock/modules/sampling/rigidbody/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,7 @@ inter_rigid:
group: 'sampling'
explevel: expert
tolerance:
default: 0
default: 5
type: integer
min: 0
max: 99
Expand Down
2 changes: 1 addition & 1 deletion src/haddock/modules/scoring/emscoring/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ nemsteps:
group: 'sampling'
explevel: expert
tolerance:
default: 0
default: 5
type: integer
min: 0
max: 99
Expand Down
Loading