Skip to content

Commit

Permalink
Pass nuclear targets to ModelContainer. Typo "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Aug 30, 2024
1 parent 54275c2 commit 1e83dc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/Processes/DarkNewsTables/processes.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def attempt_to_load_cross_section(
break
elif p == "normal":
try:
cross_sections = load_cross_section(
cross_section = load_cross_section(
models,
ups_key,
tolerance=tolerance,
Expand Down Expand Up @@ -433,6 +433,7 @@ def load_processes(
table_dir = os.path.join(base_path, "Dipole_M%2.2e_mu%2.2e" % (m4, mu_tr_mu4))

models = ModelContainer(
nuclear_targets=nuclear_targets,
m4=m4,
mu_tr_mu4=mu_tr_mu4,
UD4=UD4,
Expand Down

0 comments on commit 1e83dc1

Please sign in to comment.