-
Notifications
You must be signed in to change notification settings - Fork 12
added mass reading and test #57
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
added mass reading and test #57
Conversation
|
Oh that's embarrassing, we still have python 3.7 on the CI. Um, let me fix that on another branch. This looks great, thanks for adding this. I think this should work, I need to test it a bit. It's been a while since I looked at a FISPACT-II input file..... I have a few minor comments, I'll add inline. |
I've fixed the CI now and testing on 3.8 <= python <= 3.12. |
|
Super super tests are passing. Sorry for all the changes |
|
LGTM |
This PR adds the ability to read in the MASS keyword and following element values from a fispact input file.
As proposed in the github discussions
#56