Skip to content

Commit

Permalink
accidentally referred to the incorrect function in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-meza committed Aug 7, 2024
1 parent 8720e43 commit ad41851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_seasonalcycle.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ t = 1:365 # One year of daily data
overtones = 2

# Test fit_mean function
E_mean, F_mean = fit_mean(t)
E_mean, F_mean = mean_matrices(t)
@test size(E_mean) == (365, 1)
@test all(E_mean[:, 1] .== 1.0)

Expand Down

0 comments on commit ad41851

Please sign in to comment.