The mcnp_n2p.py script is not modifying regular MCNP input (aka 3 block form, rather than 1 block dagmc input files) correctly when called from r2s_step2.py. It works fine if run from the command line. Culprit is probably the internal _is_dagmc() method. This method doesn't have a unit test, which should also be remedied.
The mcnp_n2p.py script is not modifying regular MCNP input (aka 3 block form, rather than 1 block dagmc input files) correctly when called from r2s_step2.py. It works fine if run from the command line. Culprit is probably the internal _is_dagmc() method. This method doesn't have a unit test, which should also be remedied.