Skip to content

Commit a527b08

Browse files
fix
1 parent bd7f85d commit a527b08

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/quacc/calculators/vasp/params.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -338,14 +338,7 @@ def get_param_swaps(
338338
LOGGER.info(
339339
f"The following parameters were changed: {sort_dict(changed_parameters)}"
340340
)
341-
if unchanged_parameters := {
342-
k: new_parameters[k]
343-
for k in new_parameters
344-
if k not in set(new_parameters) - set(user_calc_params)
345-
}:
346-
LOGGER.warning(
347-
f"The following parameters were NOT changed since the user specifically requested them: {sort_dict(unchanged_parameters)}"
348-
)
341+
349342
return new_parameters
350343

351344

0 commit comments

Comments
 (0)