Skip to content

Commit

Permalink
refactor: mark more functions as stable
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Jun 15, 2024
1 parent 108d317 commit eb5071d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SymbolicRegression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ function equation_search(
)
end

@noinline function _equation_search(
@stable default_mode = "disable" @noinline function _equation_search(
datasets::Vector{D}, ropt::RuntimeOptions, options::Options, saved_state
) where {D<:Dataset}
_validate_options(datasets, ropt, options)
Expand Down Expand Up @@ -628,7 +628,7 @@ function _validate_options(
end
return nothing
end
function _create_workers(
@stable default_mode = "disable" function _create_workers(
datasets::Vector{D}, ropt::RuntimeOptions, options::Options
) where {T,L,D<:Dataset{T,L}}
stdin_reader = watch_stream(stdin)
Expand Down

0 comments on commit eb5071d

Please sign in to comment.