Skip to content

Commit

Permalink
fixed library call
Browse files Browse the repository at this point in the history
  • Loading branch information
BalinusHQ committed Oct 28, 2024
1 parent 1814ecc commit a5a6991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autocorrelation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ function autocorrelation(ds; lags=30)
indims = InDims("Ti")
outdims = OutDims(Dim{:lags}(collect(1:lags)))

return mapCube(Climat.autocorrelation, ds, indims=indims, outdims=outdims, lags=lags, nthreads=Threads.nthreads())
return mapCube(ClimateTools.autocorrelation, ds, indims=indims, outdims=outdims, lags=lags, nthreads=Threads.nthreads())

end

0 comments on commit a5a6991

Please sign in to comment.