-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error dp test #165
Comments
Hi, what is your test data like? Does it contain |
I checked and energy.npy file exists. |
It is confirmed as a bug caused by 5f77019. |
Now is there any way I can fix it? I already tried installing it again, but it still doesn't work. |
It has been already fixed by #166 and #167. You can deepmd-kit/source/train/test.py Lines 37 to 47 in 88da716
|
add a machine file example for gaussian
The erros shows as follow:
Traceback (most recent call last):
File "/soft/anaconda3/bin/dp", line 10, in
sys.exit(main())
File "/soft/anaconda3/lib/python3.7/site-packages/deepmd/main.py", line 69, in main
test(args)
File "/soft/anaconda3/lib/python3.7/site-packages/deepmd/test.py", line 20, in test
test_ener(args)
File "/soft/anaconda3/lib/python3.7/site-packages/deepmd/test.py", line 64, in test_ener
l2e = (l2err (energy - test_data["energy"][:numb_test].reshape([-1,1])))
KeyError: 'energy'
The text was updated successfully, but these errors were encountered: