fudge icon indicating copy to clipboard operation
fudge copied to clipboard

For Updating Data and Generating Evaluations (FUDGE): LLNL code for managing nuclear data

Results 14 fudge issues
Sort by recently updated
recently updated
newest added

A collection of changes that may already be in a development branch, but here are the fixes identified by Dave

### Question I have been working with GNDS data and found the support for converting between ENDF and XML formats quite useful. However, I was wondering if there is any...

The first commit applies ElementTree in a consistent way, since cElementTree is [deprecated](https://github.com/python/cpython/commit/a72a98f24a19928e31dcc4cab2cd2ad0f1846e11). The second commit fixes a potential issue with parenthesis. The third commit replaces `dummy` with `_` following...

We (Pacific Fusion) are seeing the following on install: $ mkdir fudge_test && cd fudge_test $ uv init $ uv add git+https://github.com/LLNL/fudge.git Updated https://github.com/LLNL/fudge.git (aff0178) error: Build backend failed to...