Skip to content

Commit a74d29d

Browse files
dwhswensonsroet
andauthored
Apply suggestions from code review
Co-authored-by: Sander Roet <sanderroet@hotmail.com>
1 parent 6ee8545 commit a74d29d

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

paths_cli/compiling/shooting.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,3 @@ def _remapping_gaussian_stddev(dct):
5555
)
5656

5757

58-
# shooting_selector_compiler = CategoryCompiler(
59-
# type_dispatch={
60-
# 'uniform': build_uniform_selector,
61-
# 'gaussian': build_gaussian_selector,
62-
# },
63-
# label='shooting-point-selectors'
64-
# )

paths_cli/compiling/strategies.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def _group_parameter(group_name):
7171
REPLACE_TRUE_PARAMETER
7272
],
7373
name='nearest-neighbor-repex',
74-
description=("Use replica exchange only between neearest-neighbor "
75-
"interfaces in this move scheme"),
74+
description=("Use replica exchange only between nearest-neighbor "
75+
"interfaces in this move scheme."),
7676
)
7777

7878
build_all_set_repex_strategy = StrategyCompilerPlugin(

0 commit comments

Comments
 (0)