Skip to content
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

Correct error with D activation energy. #1

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

Jhsmit
Copy link
Owner

@Jhsmit Jhsmit commented Sep 27, 2023

Seems that the original project had an error that causes the calculated kint to change when k_int_from_sequence is called multiple times in the same python interpreter session. Issue is that a global associative array value is decremented every time the function is called.

Seems that the original project had an error that causes
the calculated kint to change when k_int_from_sequence
is called multiple times in the same python interpreter
session. Issue is that a global associative array value
is decremented every time the function is called.
@Jhsmit
Copy link
Owner Author

Jhsmit commented Sep 27, 2023

Hi @rgh2 ; thanks for spotting this mistake
Modifying a global value in-place, tsk tsk :)

is it ready to merge like this?

@Jhsmit Jhsmit merged commit c281d6c into Jhsmit:master Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants