We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26665da commit f105328Copy full SHA for f105328
src/SearchUtils.jl
@@ -793,7 +793,7 @@ end
793
794
"""Parse user-provided guess expressions and convert them into optimized
795
`PopMember` objects for each output dataset."""
796
-function parse_guesses(
+@unstable function parse_guesses(
797
::Type{P},
798
guesses::Union{AbstractVector,AbstractVector{<:AbstractVector}},
799
datasets::Vector{D},
@@ -828,7 +828,7 @@ function parse_guesses(
828
end
829
830
# Deal with non-concrete PopMember types
831
832
833
834
0 commit comments