We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ee10e commit 2b5cc38Copy full SHA for 2b5cc38
experiments/SynthBN/scripts/synth_biodivine.jl
@@ -58,7 +58,7 @@ function synth_one_biodivine(outer_params::AbstractDict{String,Any}, res::DataFr
58
Random.seed!(seed)
59
60
@unpack n_trajectories, id = params
61
- selected_trajs = rand(only(res[res.ID.==id, split_traj]), n_trajectories)
+ selected_trajs = rand(only(res[res.ID.==id, :split_traj]), n_trajectories)
62
63
merged_selected_trajs = reduce(mergewith(union), selected_trajs)
64
0 commit comments