Skip to content

Commit

Permalink
refactor: remove specialization on input stream
Browse files Browse the repository at this point in the history
  • Loading branch information
MilesCranmer committed Dec 9, 2024
1 parent 457c9cc commit 4da6aa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Options.jl
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@ $(OPTION_DESCRIPTIONS)
deprecated_return_state::Union{Bool,Nothing},
typeof(_autodiff_backend),
print_precision,
typeof(input_stream),
}(
operators,
_bin_constraints,
Expand Down
3 changes: 1 addition & 2 deletions src/OptionsStruct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ struct Options{
_return_state,
AD,
print_precision,
ST,
} <: AbstractOptions
operators::OP
bin_constraints::Vector{Tuple{Int,Int}}
Expand Down Expand Up @@ -251,7 +250,7 @@ struct Options{
return_state::Val{_return_state}
timeout_in_seconds::Union{Float64,Nothing}
max_evals::Union{Int,Nothing}
input_stream::ST
input_stream::IO
skip_mutation_failures::Bool
nested_constraints::Union{Vector{Tuple{Int,Int,Vector{Tuple{Int,Int,Int}}}},Nothing}
deterministic::Bool
Expand Down

0 comments on commit 4da6aa3

Please sign in to comment.