Skip to content

Commit 64c00b7

Browse files
committed
small error in SR.jl tests
1 parent 822104a commit 64c00b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymbolicRegression.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,7 @@ end
628628
datasets::Vector{D}, ropt::AbstractRuntimeOptions, options::AbstractOptions
629629
) where {T,L,D<:Dataset{T,L}}
630630
stdin_reader = watch_stream(options.input_stream)
631-
631+
example_dataset = first(datasets)
632632
record = RecordType()
633633
@recorder record["options"] = "$(options)"
634634

0 commit comments

Comments
 (0)