Skip to content

Commit

Permalink
Allow Inf in recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
cobac committed Jun 22, 2021
1 parent f60b348 commit ddf252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SymbolicRegression.jl
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ function _EquationSearch(::ConcurrencyType, datasets::Array{Dataset{T}, 1};

@recorder begin
open(options.recorder_file, "w") do io
JSON3.write(io, record)
JSON3.write(io, record, allow_inf = true)
end
end

Expand Down

0 comments on commit ddf252e

Please sign in to comment.