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
Noticed that the auto powers having some very small imaginary values (order of 10^-12) in band averaging. It seems to be some rounding error due to numpy vectorization.
Possible solution would be manually make imaginary parts as zero using script (example):
Noticed that the auto powers having some very small imaginary values (order of 10^-12) in band averaging. It seems to be some rounding error due to numpy vectorization.
Possible solution would be manually make imaginary parts as zero using script (example):
self.bandavg_ds['exex'] = self.bandavg_ds['exex'].real + 0j
This is not a critical issue.
The text was updated successfully, but these errors were encountered: