File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ PathfinderConfig(; options...) = PathfinderConfig(NamedTuple(options))
14
14
# TODO : programatically generate this list from lists of combinations.
15
15
function all_pathfinder_configurations (n:: Int )
16
16
return [
17
- " " => PathfinderConfig (),
17
+ " default " => PathfinderConfig (),
18
18
" initstaticscaled" => PathfinderConfig (;
19
19
optimizer= Optim. LBFGS (;
20
20
alphaguess= LineSearches. InitialStatic (; scaled= true ),
Original file line number Diff line number Diff line change 18
18
cfg = cfgs[name]
19
19
indicators = split (name, ' _' )
20
20
@test cfg isa PathfinderBenchmarks. PathfinderConfig
21
- if name == " "
21
+ if name == " default "
22
22
@test cfg === PathfinderBenchmarks. PathfinderConfig ()
23
23
continue
24
24
end
You can’t perform that action at this time.
0 commit comments