Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ include LICENSE
include README.rst

recursive-include tests *
recursive-include orsopy/slddb/element_table/nabs_geant4 *.npz
recursive-include orsopy/slddb/element_table/nabs_geant4_data *.npz
recursive-include orsopy/fileio/schema/ *.json
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Expand Down
Empty file.
2 changes: 1 addition & 1 deletion orsopy/slddb/element_table/nabs_geant4.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Neutron cross sections extracted from Geant4 by the ESS dgcode framework (doi:10.1016/j.physb.2018.03.025).
"""

DATA_DIR = "nabs_geant4"
DATA_DIR = "nabs_geant4_data"
NEUTRON_ABSORPTIONS = {
"Li": "nabs_Li.npz",
(3, 6): "nabs_Li6.npz",
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ install_requires =
include_package_data = True

[options.package_data]
orsopy.slddb.element_table = nabs_geant4/*.npz
orsopy.slddb.element_table = nabs_geant4_data/*.npz
orsopy.fileio = schema/*.*
orsopy.fileio.tests = *.ort