-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Labels
Description
The forum seems to be down therefore I am posting this bug report here.
Following the tutorial and running
add -l vasp -s optimize_only.yaml -m mp-149 -c '{"vasp_cmd": ">>vasp_cmd<<", "db_file": ">>db_file<<"}'
leads to an issue as the MaxForceErrorHandler was removed from custodian following materialsproject/custodian#103 . From checking the custodian code I assume it should be replaced with the DriftErrorHandler or just deleted but I am not sure.