UserWarning: h,k,l is not contiguous. This causes calculation speed
loss. Use np.ascontiguousarray() to convert the arrays
warnings.warn("h,k,l is not contiguous. This causes calculation
speed loss. Use np.ascontiguousarray() to convert the arrays")
This is a harmless warning, that indicates that the structure factor calculation isn't as fast as it can be.
For software speedup we should try to identify the code which causes this warning.
This is a harmless warning, that indicates that the structure factor calculation isn't as fast as it can be.
For software speedup we should try to identify the code which causes this warning.