You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
test_register_fast_multiscale_hierarchical_admm_droso_annot() at c:\Code\segregjl\test_admm.jl:304
Any method reaching test_admm.jl:357
Any matching specialization of test_register_fast_multiscale_hierarchical_admm_droso_annot() at c:\Code\segregjl\test_admm.jl
:304
julia> Gallium.remove(BP[1])
ERROR: BoundsError: attempt to access 0-element Array{Gallium.Breakpoint,1} at index [0]
in deleteat! at .\array.jl:577 [inlined]
in remove(::Gallium.Breakpoint) at C:\Users\dolejm1.julia\v0.5\Gallium\src\Gallium.jl:757
I defined a breakpoint, stored it in an array but when I need to remove it error occurs and the breakpoint is inactivated:
julia> BP
1-element Array{Any,1}:
Locations (+: active, -: inactive, *: source):
:304
julia> Gallium.remove(BP[1])
ERROR: BoundsError: attempt to access 0-element Array{Gallium.Breakpoint,1} at index [0]
in deleteat! at .\array.jl:577 [inlined]
in remove(::Gallium.Breakpoint) at C:\Users\dolejm1.julia\v0.5\Gallium\src\Gallium.jl:757
julia> BP
1-element Array{Any,1}:
Locations (+: active, -: inactive, *: source):
:304
The text was updated successfully, but these errors were encountered: