You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using the development branch:
When using the flare/scripts/otf_train.py script, I get the following error UnboundLocalError: local variable 'single_atom_energies' referenced before assignment.
An else statement handling this case should probably be added here:
Describe the bug
Using the development branch:
When using the flare/scripts/otf_train.py script, I get the following error
UnboundLocalError: local variable 'single_atom_energies' referenced before assignment
.An
else
statement handling this case should probably be added here:flare/flare/scripts/otf_train.py
Lines 281 to 305 in f6e457f
The text was updated successfully, but these errors were encountered: