Skip to content

Commit

Permalink
import std in BlockAverages
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiq committed Apr 9, 2024
1 parent 2782f43 commit edb5a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlockAverages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module BlockAverages

import LinearAlgebra: dot
import DocStringExtensions: TYPEDEF, TYPEDFIELDS
import Statistics: mean
import Statistics: mean, std
import StatsBase: autocor
import EasyFit: fitexp, upper, lower
export BlockAverageData, BlockDistribution
Expand Down

0 comments on commit edb5a00

Please sign in to comment.