Skip to content

Commit 24546e6

Browse files
docs(parameters.ini): update comment to improve clarity and accuracy of the options available for the 'path' parameter in the [database] section
1 parent 3c85798 commit 24546e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parameters.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ncpus = 1 ;Give number of cores used when running in parallel (integer, -1 means
2626
#Select database analyses
2727
[database]
2828
path = official ; URL to the database pickle file (it will be downloaded)
29-
#can be extended by: +fastlim (adds fastlim results), +superseded (adds superseded results), +nonaggregated (replaces aggregated by non-aggregated SRs), +full_llhds (replaces simplified HistFactory likelihoods by full ones).
29+
#can be extended by: +fastlim (adds fastlim results), +superseded (adds superseded results), +nonaggregated (adds results with non-aggregated SRs in addition to the aggregated results), +full_llhds (replaces simplified HistFactory likelihoods by full ones).
3030
# examples: path = official+nonaggregated, path = official+full_llhds
3131

3232
analyses = all ;Set all to use all analyses included in the database

0 commit comments

Comments
 (0)