Skip to content

Commit

Permalink
Re #11398 Modified properties for LetMultirep system test
Browse files Browse the repository at this point in the history
as this system test runs on a workspace, written without multirep_tof_range detectors properties, these properties have changed and can not be restored from the workspace.
  • Loading branch information
abuts committed Mar 19, 2015
1 parent 17a72d4 commit d2ae278
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -190,6 +190,8 @@ def def_advanced_properties(self):
# Should be possibility to define spectra_to_monitors_list to just monitors list, if
# spectra_to_monitors_list remains undefined
prop['spectra_to_monitors_list']=5506
# similar to the one above. old IDF do not contain this property
prop['multirep_tof_specta_list']="12416,21761"
return prop
#
@iliad
Expand Down Expand Up @@ -226,7 +228,7 @@ def custom_name(prop_man):
"""
# Note -- properties have the same names as the list of advanced and
# main properties
ei = prop_man.incident_energy
ei = PropertyManager.incident_energy.get_current()
# sample run is more then just list of runs, so we use
# the formalization below to access its methods
run_num = PropertyManager.sample_run.run_number()
Expand Down

0 comments on commit d2ae278

Please sign in to comment.