diff --git a/desc/objectives/linear_objectives.py b/desc/objectives/linear_objectives.py index 678883b9d1..3b2604afc3 100644 --- a/desc/objectives/linear_objectives.py +++ b/desc/objectives/linear_objectives.py @@ -63,7 +63,6 @@ def _parse_target_from_user( return target, bounds -# Rename to `FixParameters` (plural) instead? class FixParameters(_Objective): """Fix specific degrees of freedom associated with a given Optimizable thing.