Skip to content

Commit

Permalink
fixes error in test
Browse files Browse the repository at this point in the history
  • Loading branch information
mischmi96 committed Feb 9, 2021
1 parent ba93a2e commit 852ced4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ X = rand( rng, d, M ) .- 0.5
y = [ TestFunction.f(X[:,i]) for i = 1:M ]
X .+= 0.5

f = ANOVAapprox.nperiodic_approx( X, complex(y), ds, N; method = "lsqr" )
f = ANOVAapprox.nperiodic_approx( X, complex(y), ds, N; method = "lsqr", active_set=TestFunction.AS )
ANOVAapprox.approximate(f, lambda=λs, max_iter=10)

2 comments on commit 852ced4

@mischmi96
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register branch=main

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/29703

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.10 -m "<description of version>" 852ced467ec16338d738ae94d6eb3fce4ee9461a
git push origin v1.0.10

Please sign in to comment.