Gallium.jl icon indicating copy to clipboard operation
Gallium.jl copied to clipboard

Gallium.breakpoint referencing wrong file

Open protogeezer opened this issue 9 years ago • 0 comments

The problem is that the current version of the file doesn't include the method simulateDist2(). Is there a way to reboot Gallium so it clears out previous state?

julia> using Gallium
INFO: Recompiling stale cache file /Users/sjbespa/.julia/lib/v0.5/Gallium.ji for module Gallium.

julia> include("plot_r2_logitudinal.jl")
plot_distributions (generic function with 1 method)

julia> bp = Gallium.breakpoint("plot_r2_logitudinal.jl",110)
WARNING: both DataArrays and StatsBase export "autocor"; uses of it in module DataFrames must be qualified
WARNING: both DataArrays and StatsBase export "inverse_rle"; uses of it in module DataFrames must be qualified
WARNING: both DataArrays and StatsBase export "rle"; uses of it in module DataFrames must be qualified
WARNING: both StatsBase and Distributions export "span"; uses of it in module GLM must be qualified
Locations (+: active, -: inactive, *: source):
 * Any method reaching plot_r2_logitudinal.jl:110
 * Any matching specialization of simulateDist2(n, scores) at /Users/sjbespa/vams/work/CMS/plot_r2_logitudinal.jl:61
 * Any matching specialization of simulateDist2(n, scores) at /Users/sjbespa/vams/work/CMS/plot_r2_logitudinal.jl:61

protogeezer avatar Oct 26 '16 17:10 protogeezer