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
After obtaining AIMD data from QE, I ran the data-convert script logtodata.py in this tutorial, the error was as below: File "/SC21_DP_Tutorial/AIMD/QE/out/logtodata.py", line 12, in <module> print(d_log_shuffled.sub_system(np.arange(i*Neach, (i+1)*Neach).tolist()).get_nframes()) File "/home/wz28l/bin/psi4conda/lib/python3.9/site-packages/dpdata/system.py", line 446, in sub_system tmp.data[tt.name] = self.data[tt.name][tuple(new_shape)] IndexError: index 212 is out of bounds for axis 0 with size 212
The text was updated successfully, but these errors were encountered:
WentongZhou
changed the title
Errors when I tried to run logtodata.py
Errors when I run logtodata.py
Aug 24, 2022
WentongZhou
changed the title
Errors when I run logtodata.py
Errors when I ran logtodata.py
Aug 24, 2022
After obtaining AIMD data from QE, I ran the data-convert script logtodata.py in this tutorial, the error was as below:
File "/SC21_DP_Tutorial/AIMD/QE/out/logtodata.py", line 12, in <module>
print(d_log_shuffled.sub_system(np.arange(i*Neach, (i+1)*Neach).tolist()).get_nframes())
File "/home/wz28l/bin/psi4conda/lib/python3.9/site-packages/dpdata/system.py", line 446, in sub_system
tmp.data[tt.name] = self.data[tt.name][tuple(new_shape)]
IndexError: index 212 is out of bounds for axis 0 with size 212
The text was updated successfully, but these errors were encountered: