-
Notifications
You must be signed in to change notification settings - Fork 10
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
fails on importance reading #669
Comments
This is related to #106. For now you can you can do a workaround of switching to the unsigned, positive version for all particles |
It fails on some other particles:
The input ended prematurely. Nothing urgent now. Just familiarising with codebase and testing my inputs. Right now a lot of my inputs crash with errors due to particles and "like but" format. Maybe would be a bit easier to keep parsing input and later return error/warning collection instead of just stopping? |
This can be enabled with the |
I tried replicating this error in import montepy
montepy.Cell("c void \n 1 0 1 -2 -10 IMP:h,Z=1\n c target \n") I'm wondering if the problematic line is a different line. Do you mind providing a bit more context for the input file (like the adjoining cells) and also the full error message? |
FYI I realized there are actually two bugs here:
|
After further review of section 5.7.1 (of 6.3.1 manual) |
Hi, I change to the same version as you: 1.0.0a2.dev52+g572214d error is gone! sorry for the confusion. |
FYI: we fixed the |
Describe the bug
Not all particle types are supported in parsing importance. adding +,z,- just crashes parsing.
To Reproduce
Version
The text was updated successfully, but these errors were encountered: