Skip to content

Commit

Permalink
Minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AP6YC committed Aug 28, 2023
1 parent 7950daa commit f96c68f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ART/distributed/modules/DDVFA.jl
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ function train!(art::DDVFA, x::RealVector ; y::Integer=0, preprocessed::Bool=fal
create_category!(art, sample, y_hat)
end

# Log the
# Log the stats
log_art_stats!(art, bmu, mismatch_flag)

return y_hat
Expand Down
2 changes: 1 addition & 1 deletion src/lib/subroutines.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ function accommodate_vector!(vec::Vector{T}, goal_len::Integer) where {T}
# Push a zero of the type of the vector elements
push!(vec, zero(T))
end
end
end

0 comments on commit f96c68f

Please sign in to comment.