Skip to content
Snippets Groups Projects
Commit d1b70dd0 authored by François  LAURENT's avatar François LAURENT
Browse files

version increment

parent 1fc9c8ee
No related branches found
No related tags found
No related merge requests found
Pipeline #104518 passed
name = "PlanarLarvae"
uuid = "c2615984-ef14-4d40-b148-916c85b43307"
authors = ["François Laurent", "Institut Pasteur"]
version = "0.10.0"
version = "0.11.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
......
......@@ -386,7 +386,7 @@ function buildindex(ix::LazyIndex, repository, window; unload=false, verbose=tru
table = [((label isa Vector ? Symbol(Symbol.(label)) : Symbol(label))
=> (count => get(targetcounts, label, 0)))
for (label, count) in pairs(maxcounts)]
@debug "Sample sizes (observed => selected):" table...
@info "Sample sizes (observed => selected):" table...
end
end
......@@ -532,7 +532,7 @@ function sample(sampler, file, window, counts, features; verbose=false)
if verbose
observedcounts = Dict(label=>length(pointers) for (label, pointers) in index)
@debug "In file: $(file.source)\nSample sizes (observed => selected):" [(label isa Vector ? Symbol(Symbol.(label)) : Symbol(label)) => (count => get(counts, label, 0)) for (label, count) in pairs(observedcounts)]...
@info "In file: $(file.source)\nSample sizes (observed => selected):" [(label isa Vector ? Symbol(Symbol.(label)) : Symbol(label)) => (count => get(counts, label, 0)) for (label, count) in pairs(observedcounts)]...
end
# pick time segments at random to achieve the desired class counts
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment