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

sort_enclosure keyword prints cell descriptions twice #259

Open
bkoswork opened this issue Aug 1, 2024 · 1 comment
Open

sort_enclosure keyword prints cell descriptions twice #259

bkoswork opened this issue Aug 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@bkoswork
Copy link

bkoswork commented Aug 1, 2024

When using the sort_enclosure=True keyword as part of the geouned.Settings function the enclosure cells are printed twice to the MCNP input file. This causes an MCNP fatal error.

Steps to reproduce the behavior:
my_settings = geouned.Settings(
sort_enclosure=True
)

Leaving the sort_enclousure=False creates a working mcnp input file.

@bkoswork bkoswork added the bug Something isn't working label Aug 1, 2024
@psauvan
Copy link
Member

psauvan commented Aug 2, 2024

I have checked with the geouned version on the "dev" branch and the translation works fine.
What version did you use (perhaps this is a bug in the released version we solved afterwards)?
Could you share your input to make some test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants