Skip to content

Commit 3541fa3

Browse files
authored
Update abstract_algorithm.jl
1 parent 2603301 commit 3541fa3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/abstract_algorithm.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ function stopnow(ra::RecordedAlgorithm)
220220
(haskey(ra.stopat, :time) && ra.time ra.stopat.time) #||
221221
end
222222

223-
using UnicodePlots
224223
"""
225224
showvalues(::AbstractAlgorithm) = Tuple{Symbol, Any}[]
226225
@@ -249,4 +248,4 @@ report(::AbstractAlgorithm) = NamedTuple()
249248
# Compile the results to be outputted
250249
function report(ra::RecordedAlgorithm)
251250
merge((queries=ra.queries, answers=ra.answers, iterations=ra.iterations, epochs=ra.epochs, timestamps=ra.timestamps, answers_origin=ra.answers_origin, answer_count=ra.answer_count), report(ra.algorithm))
252-
end
251+
end

0 commit comments

Comments
 (0)