Skip to content

Commit a7f7315

Browse files
committed
Remove filter_func (again) for consistency with main
1 parent 67f1825 commit a7f7315

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

janus_core/cli/geomopt.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,6 @@ def geomopt(
124124
rich_help_panel="Calculation",
125125
),
126126
] = None,
127-
filter_func: Annotated[
128-
str | None,
129-
Option(
130-
help="Deprecated. Please use --filter",
131-
rich_help_panel="Calculation",
132-
callback=deprecated_option,
133-
hidden=True,
134-
),
135-
] = None,
136127
constraint_class: Annotated[
137128
str,
138129
Option(
@@ -222,8 +213,6 @@ def geomopt(
222213
filter_class
223214
Name of filter from ase.filters to wrap around atoms. If using
224215
--opt-cell-lengths or --opt-cell-fully, defaults to `FrechetCellFilter`.
225-
filter_func
226-
Deprecated. Please use `--filter_class`.
227216
constraint_class
228217
Name of constraint class from ase.constraints, to apply constraints
229218
to atoms. Parameters should be included as a "constraint_kwargs" dict

0 commit comments

Comments
 (0)