-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Fix for zeta issues. #412
Fix for zeta issues. #412
Conversation
@@ -153,6 +153,8 @@ class ZetaData(BaseAtomicDataProperty): | |||
outputs = ('zeta_data',) | |||
|
|||
def _filter_atomic_property(self, zeta_data, selected_atoms): | |||
for temperature in range(42000, 82000, 2000): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should extrapolate and not increase the storage. I mean in the end how far it is outside -> outside means use the last valid value
@aoifeboyle instead of using |
@wkerzendorf Ok, I've had a look at that and it only works with 1-D arrays for the x and y values, so it will only work if I create a loop and interpolate individually for each ion. Is that alright? |
@aoifeboyle - that's right. I'm just fixing this - I'll make a PR to your PR. I should be done momentarily. We can also skype if you want. |
@aoifeboyle I made a PR to your PR. have a look and merge if happy. |
Plasma/ab zeta fix
Response to issue #411