-
Notifications
You must be signed in to change notification settings - Fork 0
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
Internal NameError when parsing a valid input file. #3
Comments
I've resolved the
Those cards syntax are not mentioned in the manual, so PyMCNP only accepts the following:
Do you have any references for the syntax used in the input file? |
|
MCNP syntax is defined by more by the exceptions and the rule, and it has been really frustrating trying to truly figure out what is, and what isn't valid. I've previously asked the MCNP developers to write a more rigorous syntax, and it sounds like they aren't able to due to how MCNP works internally, there is no formal grammar. |
Describe the bug
When I was trying to play around with an MCNP input file I received a
NameError
that seems unrelated to a problem with the file.To Reproduce
A short code snippet of what you have ran. Please change or remove any specific values or anything that can't be public. For example:
Error Message (if any)
If an error message was printed please include the entire stacktrace. If it includes any specific values please change or remove them. For example:
MCNP input file snippet
This is taken from the MontePy test suite
Version
The text was updated successfully, but these errors were encountered: