Skip to content

Commit 7fb87fc

Browse files
committed
small cleanup
1 parent 630b516 commit 7fb87fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Utils/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Generate a `Vector` of [`DataSample`](@ref) of length `dataset_size` for given b
6262
Content of the dataset can be visualized using [`plot_data`](@ref), when it applies.
6363
6464
By default, it uses [`generate_sample`](@ref) to create each sample in the dataset, and passes any
65-
keyword arguments to it. `target_policy is applied if provided, it is called on each sample
65+
keyword arguments to it. `target_policy` is applied if provided, it is called on each sample
6666
after [`generate_sample`](@ref) returns.
6767
"""
6868
function generate_dataset(

test/dynamic_vsp_plots.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
fig1 = DVSP.plot_instance(env)
1212
@test fig1 isa Plots.Plot
1313

14-
scenario = env.scenario
1514
y = generate_anticipative_solver(b)(env; nb_epochs=3)
1615

1716
fig2 = DVSP.plot_epochs(y)

0 commit comments

Comments
 (0)