Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 overloads of seed and refine for SDMLayers #28

Closed
gottacatchenall opened this issue Oct 24, 2022 · 1 comment
Closed

🐛 overloads of seed and refine for SDMLayers #28

gottacatchenall opened this issue Oct 24, 2022 · 1 comment

Comments

@gottacatchenall
Copy link
Member

bbox = (left=-83.0, bottom=46.4, right=-55.2, top=63.7);
h = convert(Float32, SimpleSDMPredictor(WorldClim, BioClim, 7; bbox...))
h |> seed(BalancedAcceptance)

fails with

ERROR: MethodError: no method matching seed!(::Vector{CartesianIndex}, ::BalancedAcceptance{Int64, Float64}, ::SimpleSDMResponse{Float32})
Closest candidates are:
  seed!(::Vector{CartesianIndex}, ::ST) where ST<:BONSeeder at ~/.julia/packages/BiodiversityObservationNetworks/IR0dX/src/seed.jl:30
  seed!(::Vector{CartesianIndex}, ::ST, ::Matrix{T}) where {ST<:BONSeeder, T<:AbstractFloat} at ~/.julia/packages/BiodiversityObservationNetworks/IR0dX/src/seed.jl:9
@gottacatchenall
Copy link
Member Author

api has changed enough that this is not relevant

@gottacatchenall gottacatchenall closed this as not planned Won't fix, can't repro, duplicate, stale Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant