Add participant notebooks #1
Annotations
10 errors
Run julia-actions/julia-docdeploy@v1:
src/events.jl#L23
doctest failure in src/events.jl:23-54
```jldoctest
julia> p_electron = FourMomentum(10.0, 0.0, 0.0, 9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = 9.0)
julia> p_positron = FourMomentum(10.0, 0.0, 0.0, -9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = -9.0)
julia> p_muon = FourMomentum(9.5, 2.0, 1.0, 8.0)
FourMomentum(en = 9.5, x = 2.0, y = 1.0, z = 8.0)
julia> p_anti_muon = FourMomentum(10.5, -2.0, -1.0, -8.0)
FourMomentum(en = 10.5, x = -2.0, y = -1.0, z = -8.0)
julia> weight = 1.2
1.2
julia> event = Event(p_electron, p_positron, p_muon, p_anti_muon, weight)
Event e-e+ -> mu-mu+
electron: (10.0, 0.0, 0.0, 9.0)
positron: (10.0, 0.0, 0.0, -9.0)
muon: (9.5, 2.0, 1.0, 8.0)
anti muon: (10.5, -2.0, -1.0, -8.0)
weight: 1.2
```
Subexpression:
p_electron = FourMomentum(10.0, 0.0, 0.0, 9.0)
Evaluated output:
ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
Expected output:
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = 9.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = 9.0)ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
|
Run julia-actions/julia-docdeploy@v1:
src/events.jl#L23
doctest failure in src/events.jl:23-54
```jldoctest
julia> p_electron = FourMomentum(10.0, 0.0, 0.0, 9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = 9.0)
julia> p_positron = FourMomentum(10.0, 0.0, 0.0, -9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = -9.0)
julia> p_muon = FourMomentum(9.5, 2.0, 1.0, 8.0)
FourMomentum(en = 9.5, x = 2.0, y = 1.0, z = 8.0)
julia> p_anti_muon = FourMomentum(10.5, -2.0, -1.0, -8.0)
FourMomentum(en = 10.5, x = -2.0, y = -1.0, z = -8.0)
julia> weight = 1.2
1.2
julia> event = Event(p_electron, p_positron, p_muon, p_anti_muon, weight)
Event e-e+ -> mu-mu+
electron: (10.0, 0.0, 0.0, 9.0)
positron: (10.0, 0.0, 0.0, -9.0)
muon: (9.5, 2.0, 1.0, 8.0)
anti muon: (10.5, -2.0, -1.0, -8.0)
weight: 1.2
```
Subexpression:
p_positron = FourMomentum(10.0, 0.0, 0.0, -9.0)
Evaluated output:
ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
Expected output:
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = -9.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = -9.0)ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
|
Run julia-actions/julia-docdeploy@v1:
src/events.jl#L23
doctest failure in src/events.jl:23-54
```jldoctest
julia> p_electron = FourMomentum(10.0, 0.0, 0.0, 9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = 9.0)
julia> p_positron = FourMomentum(10.0, 0.0, 0.0, -9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = -9.0)
julia> p_muon = FourMomentum(9.5, 2.0, 1.0, 8.0)
FourMomentum(en = 9.5, x = 2.0, y = 1.0, z = 8.0)
julia> p_anti_muon = FourMomentum(10.5, -2.0, -1.0, -8.0)
FourMomentum(en = 10.5, x = -2.0, y = -1.0, z = -8.0)
julia> weight = 1.2
1.2
julia> event = Event(p_electron, p_positron, p_muon, p_anti_muon, weight)
Event e-e+ -> mu-mu+
electron: (10.0, 0.0, 0.0, 9.0)
positron: (10.0, 0.0, 0.0, -9.0)
muon: (9.5, 2.0, 1.0, 8.0)
anti muon: (10.5, -2.0, -1.0, -8.0)
weight: 1.2
```
Subexpression:
p_muon = FourMomentum(9.5, 2.0, 1.0, 8.0)
Evaluated output:
ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
Expected output:
FourMomentum(en = 9.5, x = 2.0, y = 1.0, z = 8.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 9.5, x = 2.0, y = 1.0, z = 8.0)ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
|
Run julia-actions/julia-docdeploy@v1:
src/events.jl#L23
doctest failure in src/events.jl:23-54
```jldoctest
julia> p_electron = FourMomentum(10.0, 0.0, 0.0, 9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = 9.0)
julia> p_positron = FourMomentum(10.0, 0.0, 0.0, -9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = -9.0)
julia> p_muon = FourMomentum(9.5, 2.0, 1.0, 8.0)
FourMomentum(en = 9.5, x = 2.0, y = 1.0, z = 8.0)
julia> p_anti_muon = FourMomentum(10.5, -2.0, -1.0, -8.0)
FourMomentum(en = 10.5, x = -2.0, y = -1.0, z = -8.0)
julia> weight = 1.2
1.2
julia> event = Event(p_electron, p_positron, p_muon, p_anti_muon, weight)
Event e-e+ -> mu-mu+
electron: (10.0, 0.0, 0.0, 9.0)
positron: (10.0, 0.0, 0.0, -9.0)
muon: (9.5, 2.0, 1.0, 8.0)
anti muon: (10.5, -2.0, -1.0, -8.0)
weight: 1.2
```
Subexpression:
p_anti_muon = FourMomentum(10.5, -2.0, -1.0, -8.0)
Evaluated output:
ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
Expected output:
FourMomentum(en = 10.5, x = -2.0, y = -1.0, z = -8.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 10.5, x = -2.0, y = -1.0, z = -8.0)ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
|
Run julia-actions/julia-docdeploy@v1:
src/events.jl#L23
doctest failure in src/events.jl:23-54
```jldoctest
julia> p_electron = FourMomentum(10.0, 0.0, 0.0, 9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = 9.0)
julia> p_positron = FourMomentum(10.0, 0.0, 0.0, -9.0)
FourMomentum(en = 10.0, x = 0.0, y = 0.0, z = -9.0)
julia> p_muon = FourMomentum(9.5, 2.0, 1.0, 8.0)
FourMomentum(en = 9.5, x = 2.0, y = 1.0, z = 8.0)
julia> p_anti_muon = FourMomentum(10.5, -2.0, -1.0, -8.0)
FourMomentum(en = 10.5, x = -2.0, y = -1.0, z = -8.0)
julia> weight = 1.2
1.2
julia> event = Event(p_electron, p_positron, p_muon, p_anti_muon, weight)
Event e-e+ -> mu-mu+
electron: (10.0, 0.0, 0.0, 9.0)
positron: (10.0, 0.0, 0.0, -9.0)
muon: (9.5, 2.0, 1.0, 8.0)
anti muon: (10.5, -2.0, -1.0, -8.0)
weight: 1.2
```
Subexpression:
event = Event(p_electron, p_positron, p_muon, p_anti_muon, weight)
Evaluated output:
ERROR: UndefVarError: `p_electron` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
Event e-e+ -> mu-mu+
electron: (10.0, 0.0, 0.0, 9.0)
positron: (10.0, 0.0, 0.0, -9.0)
muon: (9.5, 2.0, 1.0, 8.0)
anti muon: (10.5, -2.0, -1.0, -8.0)
weight: 1.2
diff =
Warning: Diff output requires color.
Event e-e+ -> mu-mu+
electron: (10.0, 0.0, 0.0, 9.0)
positron: (10.0, 0.0, 0.0, -9.0)
muon: (9.5, 2.0, 1.0, 8.0)
anti muon: (10.5, -2.0, -1.0, -8.0)
weight: 1.2ERROR: UndefVarError: `p_electron` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1
|
Run julia-actions/julia-docdeploy@v1:
src/event_generation/serial.jl#L7
doctest failure in src/event_generation/serial.jl:7-10
```jldoctest
julia> max_weight(1e3)
6.619160791345756e-12
```
Subexpression:
max_weight(1e3)
Evaluated output:
Expected output:
6.619160791345756e-12
diff =
Warning: Diff output requires color.
6.619160791345756e-12
|
Run julia-actions/julia-docdeploy@v1:
src/four_momentum.jl#L16
doctest failure in src/four_momentum.jl:16-22
```jldoctest
julia> FourMomentum(4.0, 1.0, 2.0, 3.0)
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
julia> FourMomentum(4, 1.0, 2, 3) # implicit type promotion
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
```
Subexpression:
FourMomentum(4.0, 1.0, 2.0, 3.0)
Evaluated output:
ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
Expected output:
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
|
Run julia-actions/julia-docdeploy@v1:
src/four_momentum.jl#L16
doctest failure in src/four_momentum.jl:16-22
```jldoctest
julia> FourMomentum(4.0, 1.0, 2.0, 3.0)
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
julia> FourMomentum(4, 1.0, 2, 3) # implicit type promotion
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
```
Subexpression:
FourMomentum(4, 1.0, 2, 3) # implicit type promotion
Evaluated output:
ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
Expected output:
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
|
Run julia-actions/julia-docdeploy@v1:
src/four_momentum.jl#L114
doctest failure in src/four_momentum.jl:114-120
```jldoctest
julia> p = FourMomentum(4.0, 1.0, 2.0, 3.0)
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
julia> 2 * p
FourMomentum(en = 8.0, x = 2.0, y = 4.0, z = 6.0)
```
Subexpression:
p = FourMomentum(4.0, 1.0, 2.0, 3.0)
Evaluated output:
ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
Expected output:
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)ERROR: StackOverflowError:
Stacktrace:
[1] FourMomentum(en::Float64, x::Float64, y::Float64, z::Float64) (repeats 79984 times)
@ HEPExampleProject ~/work/HEPExampleGapText.jl/HEPExampleGapText.jl/src/four_momentum.jl:30
|
Run julia-actions/julia-docdeploy@v1:
src/four_momentum.jl#L114
doctest failure in src/four_momentum.jl:114-120
```jldoctest
julia> p = FourMomentum(4.0, 1.0, 2.0, 3.0)
FourMomentum(en = 4.0, x = 1.0, y = 2.0, z = 3.0)
julia> 2 * p
FourMomentum(en = 8.0, x = 2.0, y = 4.0, z = 6.0)
```
Subexpression:
2 * p
Evaluated output:
ERROR: UndefVarError: `p` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
FourMomentum(en = 8.0, x = 2.0, y = 4.0, z = 6.0)
diff =
Warning: Diff output requires color.
FourMomentum(en = 8.0, x = 2.0, y = 4.0, z = 6.0)ERROR: UndefVarError: `p` not defined in `Main`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
@ none:1
|
Loading