Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
whizard
public
Commits
1d010e08
Commit
1d010e08
authored
Mar 02, 2020
by
Juergen Reuter
Browse files
518acfc Merge branch 'fix_version_spec_func_tests' into 'master'
parent
6bb3799d
Changes
4
Hide whitespace changes
Inline
Side-by-side
share/tests/functional_tests/ref-output/reweight_10.ref
View file @
1d010e08
...
...
@@ -99,7 +99,7 @@ Warning: Reading phs file: MD5 sum check disabled
| Recalculating observables
| Recalculating squared matrix elements
| Events: reading from LHEF file 'reweight_10_in.lhe'
| LHEF: Event file has been generated by WHIZARD
2.8.3
| LHEF: Event file has been generated by WHIZARD
[version]
| Events: writing to LHEF file 'reweight_10_out.lhe'
| Events: writing to weight stream file 'reweight_10_out.weights.dat'
| Events: writing to ASCII file 'reweight_10_out.debug'
...
...
share/tests/functional_tests/ref-output/reweight_9.ref
View file @
1d010e08
...
...
@@ -92,7 +92,7 @@ Warning: Reading phs file: MD5 sum check disabled
| Recalculating observables
| Recalculating squared matrix elements
| Events: reading from LHEF file 'reweight_9_in.lhe'
| LHEF: Event file has been generated by WHIZARD
2.8.3
| LHEF: Event file has been generated by WHIZARD
[version]
| Events: writing to weight stream file 'reweight_9_raw.weights.dat'
| Events: writing to ASCII file 'reweight_9_raw.debug'
| Events: writing to raw file 'reweight_9_raw.evx'
...
...
@@ -117,7 +117,7 @@ Warning: Reading phs file: MD5 sum check disabled
| Recalculating observables
| Recalculating squared matrix elements
| Events: reading from LHEF file 'reweight_9_in.lhe'
| LHEF: Event file has been generated by WHIZARD
2.8.3
| LHEF: Event file has been generated by WHIZARD
[version]
| Events: writing to weight stream file 'reweight_9_lhef.weights.dat'
| Events: writing to raw file 'reweight_9_lhef.evx'
| Rescanning unweighted events (process parameters updated) ...
...
...
tests/functional_tests/reweight_10.sh
View file @
1d010e08
...
...
@@ -4,6 +4,8 @@ name=`basename @script@`
echo
"Running script
$0
"
if
test
-f
OCAML_FLAG
;
then
./run_whizard.sh @script@
--no-logging
--no-model
cat
$name
.log |
sed
-e
's/WHIZARD 2.*$/WHIZARD [version]/'
>
$name
.log.tmp
mv
$name
.log.tmp
$name
.log
echo
"Contents of
${
name
}
_in.weights.dat"
>>
$name
.log
cat
${
name
}
_in.weights.dat
>>
$name
.log
echo
"Contents of
${
name
}
_out.weights.dat"
>>
$name
.log
...
...
tests/functional_tests/reweight_9.sh
View file @
1d010e08
...
...
@@ -4,6 +4,8 @@ name=`basename @script@`
echo
"Running script
$0
"
if
test
-f
OCAML_FLAG
;
then
./run_whizard.sh @script@
--no-logging
--no-model
cat
$name
.log |
sed
-e
's/WHIZARD 2.*$/WHIZARD [version]/'
>
$name
.log.tmp
mv
$name
.log.tmp
$name
.log
echo
"Contents of
${
name
}
_in.weights.dat"
>>
$name
.log
cat
${
name
}
_in.weights.dat
>>
$name
.log
echo
"Contents of
${
name
}
_raw.weights.dat"
>>
$name
.log
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment