David Brown
David Brown
I've had two cases of bad ENDF files missing crucial parts of data (an elastic channel in once case and fission data in another). In both cases I overlooked the...
In the ENDF/B-VIII.1 beta3 La139, it was noted that the cross reaction covariances were mathematically impossible. FUDGE did not check these values. FUDGE should implement these checks too.
This is the traceback: ``` ➜ fudge git:(master) ✗ make PYTHON=python3 for submodule in xData PoPs numericalFunctions brownies Merced crossSectionAdjustForHeatedTarget pqu; do if [[ `git diff $submodule` ]]; then echo...
When retrieving EXFOR data using the new version of x4i, it does not go well: ``` Traceback (most recent call last): File "/Users/dbrown/Desktop/fudge/brownies/bin/plot_evaluation.py", line 449, in makeCrossSectionPlot( File "/Users/dbrown/Desktop/junk/venv/lib/python3.12/site-packages/brownies/BNL/plot_evaluation/__init__.py", line...
Here is a traceback showing the issue: ``` Traceback (most recent call last): File "/Users/dbrown/Desktop/fudge/brownies/bin/plot_evaluation.py", line 513, in raise err File "/Users/dbrown/Desktop/fudge/brownies/bin/plot_evaluation.py", line 449, in makeCrossSectionPlot( File "/Users/dbrown/Desktop/junk/venv/lib/python3.12/site-packages/brownies/BNL/plot_evaluation/__init__.py", line 612,...
I recently installed fudge by pip and got this warning: > DEPRECATION: Building 'numericalFunctions' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3...
A collection of changes that may already be in a development branch, but here are the fixes identified by Dave