Skip to content
Snippets Groups Projects
Commit 28b83ed4 authored by Maxim Gonchar's avatar Maxim Gonchar
Browse files

fix: typo

parent 3a915feb
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ def model_dayabay_v1():
storage ^= load_parameters({'path': 'detector' , 'load': datasource/'parameters/detector_eres.yaml'})
storage ^= load_parameters({'path': 'reactor' , 'load': datasource/'parameters/reactor_thermal_power_nominal.yaml' , 'replicate': list_reactors })
storage ^= load_parameters({'path': 'reactor' , 'load': datasource/'parameters/reqctor_offequilibrium_correction.yaml' , 'replicate': list_reactors_isotopes })
storage ^= load_parameters({'path': 'reactor' , 'load': datasource/'parameters/reactor_offequilibrium_correction.yaml' , 'replicate': list_reactors_isotopes })
nuisanceall = Sum('nuisance total')
storage['stat.nuisance.all'] = nuisanceall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment