You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: