We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a Windows 11 with WSL, Ubuntu 24.04 system. gpaw-tools: Version information: v24.6.2b1 uses GPAW 24.6.0, ASE 3.23.0 and PHONOPY 2.29.1
TiC example (TiC-elastic-electronic) gives an error on band calculation:
rank=0 L00: Traceback (most recent call last): rank=0 L01: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 1895, in rank=0 L02: gpawsolver.doscalc(drawfigs = drawfigs) rank=0 L03: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 836, in doscalc rank=0 L04: autoscale_y(ax) rank=0 L05: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 116, in autoscale_y rank=0 L06: new_bot, new_top = get_bottom_top(line) rank=0 L07: ^^^^^^^^^^^^^^^^^^^^ rank=0 L08: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 107, in get_bottom_top rank=0 L09: h = np.max(y_displayed) - np.min(y_displayed) rank=0 L10: ^^^^^^^^^^^^^^^^^^^ rank=0 L11: File "/home/bora/gpawenv/lib/python3.12/site-packages/numpy/core/fromnumeric.py", line 2810, in max rank=0 L12: return _wrapreduction(a, np.maximum, 'max', axis, None, out, rank=0 L13: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rank=0 L14: File "/home/bora/gpawenv/lib/python3.12/site-packages/numpy/core/fromnumeric.py", line 88, in _wrapreduction rank=0 L15: return ufunc.reduce(obj, axis, dtype, out, **passkwargs) rank=0 L16: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ rank=0 L17: ValueError: zero-size array to reduction operation maximum which has no identity GPAW CLEANUP (node 0): <class 'ValueError'> occurred. Calling MPI_Abort!
The text was updated successfully, but these errors were encountered:
sblisesivdin
No branches or pull requests
On a Windows 11 with WSL, Ubuntu 24.04 system.
gpaw-tools: Version information: v24.6.2b1
uses GPAW 24.6.0, ASE 3.23.0 and PHONOPY 2.29.1
TiC example (TiC-elastic-electronic) gives an error on band calculation:
rank=0 L00: Traceback (most recent call last):
rank=0 L01: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 1895, in
rank=0 L02: gpawsolver.doscalc(drawfigs = drawfigs)
rank=0 L03: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 836, in doscalc
rank=0 L04: autoscale_y(ax)
rank=0 L05: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 116, in autoscale_y
rank=0 L06: new_bot, new_top = get_bottom_top(line)
rank=0 L07: ^^^^^^^^^^^^^^^^^^^^
rank=0 L08: File "/home/bora/gpaw-tools-main/gpawsolve.py", line 107, in get_bottom_top
rank=0 L09: h = np.max(y_displayed) - np.min(y_displayed)
rank=0 L10: ^^^^^^^^^^^^^^^^^^^
rank=0 L11: File "/home/bora/gpawenv/lib/python3.12/site-packages/numpy/core/fromnumeric.py", line 2810, in max
rank=0 L12: return _wrapreduction(a, np.maximum, 'max', axis, None, out,
rank=0 L13: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rank=0 L14: File "/home/bora/gpawenv/lib/python3.12/site-packages/numpy/core/fromnumeric.py", line 88, in _wrapreduction
rank=0 L15: return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
rank=0 L16: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
rank=0 L17: ValueError: zero-size array to reduction operation maximum which has no identity
GPAW CLEANUP (node 0): <class 'ValueError'> occurred. Calling MPI_Abort!
The text was updated successfully, but these errors were encountered: