JADE-V-V / JADE

JADE, a novel nuclear data libraries V&V tool
GNU General Public License v3.0
23 stars 8 forks source link

[BUG] - Comments in xsdir file break the Xsdir parser for MCNP #283

Closed dodu94 closed 2 months ago

dodu94 commented 5 months ago

Describe the bug comments (i.e. lines starting with '#') are not supported by the mcnp XSDIR parser. A similar issue may be raised (it was not easy to understand what was actually the issue):

image

To Reproduce Steps to reproduce the behavior: for example:

  1. comment out a line of the xsdir file (e.g. '# here is a comment')
  2. try to start JADE
  3. See error

Expected behavior The file should be parsed without issues

Additional context This is a good time to eliminate the libmanager module from jade and import it from F4Enix (where this bug should be addressed).

dodu94 commented 2 months ago

already re-opened in F4Enix repo